#B0D8DC

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

Shades of Powder Blue #B0D8DC

Tints of Powder Blue #B0D8DC

Color information

#B0D8DC (or 0xB0D8DC) is unknown color: approx Powder Blue. HEX triplet: B0, D8 and DC. RGB value is (176,216,220). Sum of RGB (Red+Green+Blue) = 176+216+220=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0D8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8DC is #4F2723. Grayscale: #CCCCCC. Windows color (decimal): -5187364 or 14473392. OLE color: 14473392.

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

Color convert

RGB176216220-
CMYK0.20.0200.14
HSL185.45º38.6%77.65%-
HSV(B)185.45º20%86.27%-
XYZ55.3863.5177.05-
YUV204.5136.75107.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.76%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=28.76%
G=35.29%
B=35.95%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762162200.20.0200.14185.4538.677.65
HexB0D8DC1420Eb9274e
Octal26033033424201627147116
Binary101100001101100011011100101001001110101110011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D8DC; }

 p { color: rgb(176,216,220); }

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

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

 a { background-color: rgb(176,216,220); }

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

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

 span { border-color: rgb(176,216,220); }

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