#BDD3D8

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

Shades of Light Blue #BDD3D8

Tints of Light Blue #BDD3D8

Color information

#BDD3D8 (or 0xBDD3D8) is unknown color: approx Light Blue. HEX triplet: BD, D3 and D8. RGB value is (189,211,216). Sum of RGB (Red+Green+Blue) = 189+211+216=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDD3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3D8 is #422C27. Grayscale: #CCCCCC. Windows color (decimal): -4336680 or 14209981. OLE color: 14209981.

HSL color Cylindrical-coordinate representation of color #BDD3D8: hue angle of 191.11º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD3D8 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189211216-
CMYK0.120.0200.15
HSL191.11º25.71%79.41%-
HSV(B)191.11º12.5%84.71%-
XYZ56.6862.3774.02-
YUV204.99134.21116.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 211 (82.81% from 255) = 34.25%
BLUE value IS 216 (84.77% from 255) = 35.06%
R=30.68%
G=34.25%
B=35.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892112160.120.0200.15191.1125.7179.41
HexBDD3D8C20Fbf1a4f
Octal27532333014201727732117
Binary1011110111010011110110001100100111110111111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3D8; }

 p { color: rgb(189,211,216); }

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

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

 a { background-color: rgb(189,211,216); }

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

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

 span { border-color: rgb(189,211,216); }

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