#b8dee8

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

Shades of Powder Blue #B8DEE8

Tints of Powder Blue #B8DEE8

Color information

#B8DEE8 (or 0xB8DEE8) is unknown color: approx Powder Blue. HEX triplet: B8, DE and E8. RGB value is (184,222,232). Sum of RGB (Red+Green+Blue) = 184+222+232=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #B8DEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DEE8 is #472117. Grayscale: #D3D3D3. Windows color (decimal): -4661528 or 15261368. OLE color: 15261368.

HSL color Cylindrical-coordinate representation of color #B8DEE8: hue angle of 192.5º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8DEE8 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB184222232-
CMYK0.210.0400.09
HSL192.5º51.06%81.57%-
HSV(B)192.5º20.69%90.98%-
XYZ60.4568.2686.33-
YUV211.78139.41108.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.84%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 232 (91.02% from 255) = 36.36%
R=28.84%
G=34.80%
B=36.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1842222320.210.0400.09192.551.0681.57
HexB8DEE815409c03352
Octal27033635025401130063122
Binary1011100011011110111010001010110001001110000001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8dee8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8dee8; }

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

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

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

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

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

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

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

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