#BDD7DD

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

Shades of Light Blue #BDD7DD

Tints of Light Blue #BDD7DD

Color information

#BDD7DD (or 0xBDD7DD) is unknown color: approx Light Blue. HEX triplet: BD, D7 and DD. RGB value is (189,215,221). Sum of RGB (Red+Green+Blue) = 189+215+221=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7DD is #422822. Grayscale: #CFCFCF. Windows color (decimal): -4335651 or 14538685. OLE color: 14538685.

HSL color Cylindrical-coordinate representation of color #BDD7DD: hue angle of 191.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDD7DD is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189215221-
CMYK0.140.0300.13
HSL191.25º32%80.39%-
HSV(B)191.25º14.48%86.67%-
XYZ58.3464.6477.81-
YUV207.91135.39114.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 215 (84.38% from 255) = 34.4%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=30.24%
G=34.4%
B=35.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892152210.140.0300.13191.253280.39
HexBDD7DDE30Dbf2050
Octal27532733516301527740120
Binary10111101110101111101110111101101101101111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7DD; }

 p { color: rgb(189,215,221); }

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

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

 a { background-color: rgb(189,215,221); }

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

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

 span { border-color: rgb(189,215,221); }

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