#BDDAEC

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

Shades of Light Blue #BDDAEC

Tints of Light Blue #BDDAEC

Color information

#BDDAEC (or 0xBDDAEC) is unknown color: approx Light Blue. HEX triplet: BD, DA and EC. RGB value is (189,218,236). Sum of RGB (Red+Green+Blue) = 189+218+236=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAEC is #422513. Grayscale: #D3D3D3. Windows color (decimal): -4334868 or 15522493. OLE color: 15522493.

HSL color Cylindrical-coordinate representation of color #BDDAEC: hue angle of 202.98º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDAEC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189218236-
CMYK0.200.0800.07
HSL202.98º55.29%83.33%-
HSV(B)202.98º19.92%92.55%-
XYZ61.267.0289.07-
YUV211.38141.89112.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=29.39%
G=33.90%
B=36.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892182360.200.0800.07202.9855.2983.33
HexBDDAEC14807cb3753
Octal27533235424100731367123
Binary1011110111011010111011001010010000111110010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAEC; }

 p { color: rgb(189,218,236); }

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

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

 a { background-color: rgb(189,218,236); }

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

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

 span { border-color: rgb(189,218,236); }

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