#B8D7DC

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

Shades of Powder Blue #B8D7DC

Tints of Powder Blue #B8D7DC

Color information

#B8D7DC (or 0xB8D7DC) is unknown color: approx Powder Blue. HEX triplet: B8, D7 and DC. RGB value is (184,215,220). Sum of RGB (Red+Green+Blue) = 184+215+220=619 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.73% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D7DC is #472823. Grayscale: #CECECE. Windows color (decimal): -4663332 or 14473144. OLE color: 14473144.

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

Color convert

RGB184215220-
CMYK0.160.0200.14
HSL188.33º33.96%79.22%-
HSV(B)188.33º16.36%86.27%-
XYZ56.9963.9677.05-
YUV206.3135.73112.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.73%
GREEN value IS 215 (84.38% from 255) = 34.73%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=29.73%
G=34.73%
B=35.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842152200.160.0200.14188.3333.9679.22
HexB8D7DC1020Ebc224f
Octal27032733420201627442117
Binary101110001101011111011100100001001110101111001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D7DC; }

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

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

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

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

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

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

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

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