#BDD5DA

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

Shades of Light Blue #BDD5DA

Tints of Light Blue #BDD5DA

Color information

#BDD5DA (or 0xBDD5DA) is unknown color: approx Light Blue. HEX triplet: BD, D5 and DA. RGB value is (189,213,218). Sum of RGB (Red+Green+Blue) = 189+213+218=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5DA is #422A25. Grayscale: #CECECE. Windows color (decimal): -4336166 or 14341565. OLE color: 14341565.

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

Color convert

RGB189213218-
CMYK0.130.0200.15
HSL190.34º28.16%79.8%-
HSV(B)190.34º13.3%85.49%-
XYZ57.4463.4775.55-
YUV206.39134.55115.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 213 (83.59% from 255) = 34.35%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=30.48%
G=34.35%
B=35.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892132180.130.0200.15190.3428.1679.8
HexBDD5DAD20Fbe1c50
Octal27532533215201727634120
Binary1011110111010101110110101101100111110111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5DA; }

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

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

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

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

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

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

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

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