#BDD4E1

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

Shades of Light Blue #BDD4E1

Tints of Light Blue #BDD4E1

Color information

#BDD4E1 (or 0xBDD4E1) is unknown color: approx Light Blue. HEX triplet: BD, D4 and E1. RGB value is (189,212,225). Sum of RGB (Red+Green+Blue) = 189+212+225=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDD4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4E1 is #422B1E. Grayscale: #CECECE. Windows color (decimal): -4336415 or 14800061. OLE color: 14800061.

HSL color Cylindrical-coordinate representation of color #BDD4E1: hue angle of 201.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDD4E1 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189212225-
CMYK0.160.0600.12
HSL201.67º37.5%81.18%-
HSV(B)201.67º16%88.24%-
XYZ58.1263.3480.4-
YUV206.6138.38115.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 212 (83.20% from 255) = 33.87%
BLUE value IS 225 (88.28% from 255) = 35.94%
R=30.19%
G=33.87%
B=35.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892122250.160.0600.12201.6737.581.18
HexBDD4E11060Cca2551
Octal27532434120601431245121
Binary1011110111010100111000011000011001100110010101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4E1; }

 p { color: rgb(189,212,225); }

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

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

 a { background-color: rgb(189,212,225); }

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

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

 span { border-color: rgb(189,212,225); }

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