#BDDCE9

Color #BDDCE9 Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BDDCE9

Tints of Light Blue #BDDCE9

Color information

#BDDCE9 (or 0xBDDCE9) is unknown color: approx Light Blue. HEX triplet: BD, DC and E9. RGB value is (189,220,233). Sum of RGB (Red+Green+Blue) = 189+220+233=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCE9 is #422316. Grayscale: #D4D4D4. Windows color (decimal): -4334359 or 15326397. OLE color: 15326397.

HSL color Cylindrical-coordinate representation of color #BDDCE9: hue angle of 197.73º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDCE9 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189220233-
CMYK0.190.0600.09
HSL197.73º50%82.75%-
HSV(B)197.73º18.88%91.37%-
XYZ61.2967.8986.96-
YUV212.21139.73111.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 233 (91.41% from 255) = 36.29%
R=29.44%
G=34.27%
B=36.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892202330.190.0600.09197.735082.75
HexBDDCE913609c63253
Octal27533435123601130662123
Binary1011110111011100111010011001111001001110001101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCE9; }

 p { color: rgb(189,220,233); }

 H1.HeaderClassName
 {
   color: #BDDCE9;
 }
 .AnyTagClassName
 {
   color: #BDDCE9;
 }
</style>
background-color css

<style>
 a { background-color: #BDDCE9; }

 a { background-color: rgb(189,220,233); }

 div.DivClassName
 {
   background-color: #BDDCE9;
 }
 .BgClassName
 {
   background-color: #BDDCE9;
 }
</style>
border-color css

<style>
 span { border-color: #BDDCE9; }

 span { border-color: rgb(189,220,233); }

 td.TdClassName
 {
   border-color: #BDDCE9;
 }
 .TagClassName
 {
   border-color: #BDDCE9;
 }
</style>