#B6D8DC

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

Shades of Powder Blue #B6D8DC

Tints of Powder Blue #B6D8DC

Color information

#B6D8DC (or 0xB6D8DC) is unknown color: approx Powder Blue. HEX triplet: B6, D8 and DC. RGB value is (182,216,220). Sum of RGB (Red+Green+Blue) = 182+216+220=618 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.45% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D8DC is #492723. Grayscale: #CECECE. Windows color (decimal): -4794148 or 14473398. OLE color: 14473398.

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

Color convert

RGB182216220-
CMYK0.170.0200.14
HSL186.32º35.19%78.82%-
HSV(B)186.32º17.27%86.27%-
XYZ56.7764.2277.11-
YUV206.29135.74110.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.45%
GREEN value IS 216 (84.77% from 255) = 34.95%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=29.45%
G=34.95%
B=35.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822162200.170.0200.14186.3235.1978.82
HexB6D8DC1120Eba234f
Octal26633033421201627243117
Binary101101101101100011011100100011001110101110101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D8DC; }

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

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

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

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

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

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

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

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