#BDDCEF

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

Shades of Light Blue #BDDCEF

Tints of Light Blue #BDDCEF

Color information

#BDDCEF (or 0xBDDCEF) is unknown color: approx Light Blue. HEX triplet: BD, DC and EF. RGB value is (189,220,239). Sum of RGB (Red+Green+Blue) = 189+220+239=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCEF is #422310. Grayscale: #D4D4D4. Windows color (decimal): -4334353 or 15719613. OLE color: 15719613.

HSL color Cylindrical-coordinate representation of color #BDDCEF: hue angle of 202.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDCEF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189220239-
CMYK0.210.0800.06
HSL202.8º60.98%83.92%-
HSV(B)202.8º20.92%93.73%-
XYZ62.1668.2491.56-
YUV212.9142.73110.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.17%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=29.17%
G=33.95%
B=36.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892202390.210.0800.06202.860.9883.92
HexBDDCEF15806cb3d54
Octal27533435725100631375124
Binary1011110111011100111011111010110000110110010111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCEF; }

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

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

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

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

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

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

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

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