#B8DEDC

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

Shades of Powder Blue #B8DEDC

Tints of Powder Blue #B8DEDC

Color information

#B8DEDC (or 0xB8DEDC) is unknown color: approx Powder Blue. HEX triplet: B8, DE and DC. RGB value is (184,222,220). Sum of RGB (Red+Green+Blue) = 184+222+220=626 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.39% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DEDC is #472123. Grayscale: #D2D2D2. Windows color (decimal): -4661540 or 14474936. OLE color: 14474936.

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

Color convert

RGB184222220-
CMYK0.1700.010.13
HSL176.84º36.54%79.61%-
HSV(B)176.84º17.12%87.06%-
XYZ58.8167.677.66-
YUV210.41133.41109.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.39%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=29.39%
G=35.46%
B=35.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842222200.1700.010.13176.8436.5479.61
HexB8DEDC1101Db12550
Octal27033633421011526145120
Binary10111000110111101101110010001011101101100011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DEDC; }

 p { color: rgb(184,222,220); }

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

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

 a { background-color: rgb(184,222,220); }

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

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

 span { border-color: rgb(184,222,220); }

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