#BDDCEC

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

Shades of Light Blue #BDDCEC

Tints of Light Blue #BDDCEC

Color information

#BDDCEC (or 0xBDDCEC) is unknown color: approx Light Blue. HEX triplet: BD, DC and EC. RGB value is (189,220,236). Sum of RGB (Red+Green+Blue) = 189+220+236=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCEC is #422313. Grayscale: #D4D4D4. Windows color (decimal): -4334356 or 15523005. OLE color: 15523005.

HSL color Cylindrical-coordinate representation of color #BDDCEC: hue angle of 200.43º 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 #BDDCEC is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189220236-
CMYK0.200.0700.07
HSL200.43º55.29%83.33%-
HSV(B)200.43º19.92%92.55%-
XYZ61.7268.0689.24-
YUV212.55141.23111.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 220 (86.33% from 255) = 34.11%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=29.30%
G=34.11%
B=36.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892202360.200.0700.07200.4355.2983.33
HexBDDCEC14707c83753
Octal2753343542470731067123
Binary101111011101110011101100101001110111110010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCEC; }

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

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

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

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

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

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

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

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