#B0D6DB

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

Shades of Powder Blue #B0D6DB

Tints of Powder Blue #B0D6DB

Color information

#B0D6DB (or 0xB0D6DB) is unknown color: approx Powder Blue. HEX triplet: B0, D6 and DB. RGB value is (176,214,219). Sum of RGB (Red+Green+Blue) = 176+214+219=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0D6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D6DB is #4F2924. Grayscale: #CBCBCB. Windows color (decimal): -5187877 or 14407344. OLE color: 14407344.

HSL color Cylindrical-coordinate representation of color #B0D6DB: hue angle of 186.98º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D6DB is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176214219-
CMYK0.200.0200.14
HSL186.98º37.39%77.45%-
HSV(B)186.98º19.63%85.88%-
XYZ54.7462.4476.18-
YUV203.21136.91108.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.90%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=28.90%
G=35.14%
B=35.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762142190.200.0200.14186.9837.3977.45
HexB0D6DB1420Ebb254d
Octal26032633324201627345115
Binary101100001101011011011011101001001110101110111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D6DB; }

 p { color: rgb(176,214,219); }

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

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

 a { background-color: rgb(176,214,219); }

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

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

 span { border-color: rgb(176,214,219); }

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