Color Hex Logo

#bdc2fb Color Hex

#BDC2FB
(189,194,251)
0 Favorites   0 Comments

Color spaces of #bdc2fb

RGB 189194251
HSL0.650.890.86
HSV235°25°98°
CMYK 0.250.230.00   0.02
XYZ57.690656.367499.1062
Yxy56.36740.27060.2644
Hunter Lab75.07825.7737-25.7104
CIE-Lab79.822510.3150-28.6141

#bdc2fb color RGB value is (189,194,251).

#bdc2fb hex color red value is 189, green value is 194 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bdc2fb hue: 0.65 , saturation: 0.89 and the lightness value of bdc2fb is 0.86.

The process color (four color CMYK) of #bdc2fb color hex is 0.25, 0.23, 0.00, 0.02. Web safe color of #bdc2fb is #ccccff. Color #bdc2fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 11111011
Octal 275 302 373
Decimal 189 194 251
Hex BD C2 FB

RGB Percentages of Color #bdc2fb

%29.81
%30.60
%39.59

CMYK Percentages of Color #bdc2fb

%25
%23
%0
%2

Triadic Colors of #bdc2fb

#bdc2fb #fbbdc2 #c2fbbd

Analogous Colors of #bdc2fb

#bdc2fb #d7bdfb #bde1fb

Monochromatic Colors of #bdc2fb

#bdc2fb

Complementary Color

#bdc2fb #fbf6bd

#bdc2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc2fb Color CSS Codes

.mybgcolor {background-color:#bdc2fb; } 
.myforecolor {color:#bdc2fb; }
.mybordercolor {border:3px solid #bdc2fb; }

#bdc2fb Text Font Color

<p style="color:#bdc2fb">Text here</p>

This sample text font color is #bdc2fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bdc2fb Background Color

<div style="background-color:#bdc2fb">
Div content here</div>

This div background color is #bdc2fb


#bdc2fb Border Color

<div style="border:3px solid #bdc2fb">
Div here</div>

This div border color is #bdc2fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,194,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdc2fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdc2fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bdc2fb;
  box-shadow:         1px 1px 3px 2px #bdc2fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,194,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bdc2fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bdc2fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bdc2fb;
  box-shadow:         1px 1px 3px 2px #bdc2fb;">
Div content here</div>

This div box has shadow with color #bdc2fb


Comments

No comments written yet.

Please login to write comment.