#BDD1DA

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

Shades of Light Blue #BDD1DA

Tints of Light Blue #BDD1DA

Color information

#BDD1DA (or 0xBDD1DA) is unknown color: approx Light Blue. HEX triplet: BD, D1 and DA. RGB value is (189,209,218). Sum of RGB (Red+Green+Blue) = 189+209+218=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1DA is #422E25. Grayscale: #CBCBCB. Windows color (decimal): -4337190 or 14340541. OLE color: 14340541.

HSL color Cylindrical-coordinate representation of color #BDD1DA: hue angle of 198.62º 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 #BDD1DA is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189209218-
CMYK0.130.0400.15
HSL198.62º28.16%79.8%-
HSV(B)198.62º13.3%85.49%-
XYZ56.4461.4875.22-
YUV204.05135.87117.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 209 (82.03% from 255) = 33.93%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=30.68%
G=33.93%
B=35.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892092180.130.0400.15198.6228.1679.8
HexBDD1DAD40Fc71c50
Octal27532133215401730734120
Binary10111101110100011101101011011000111111000111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1DA; }

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

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

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

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

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

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

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

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