#B6DCDB

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

Shades of Powder Blue #B6DCDB

Tints of Powder Blue #B6DCDB

Color information

#B6DCDB (or 0xB6DCDB) is unknown color: approx Powder Blue. HEX triplet: B6, DC and DB. RGB value is (182,220,219). Sum of RGB (Red+Green+Blue) = 182+220+219=621 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.31% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCDB is #492324. Grayscale: #D0D0D0. Windows color (decimal): -4793125 or 14408886. OLE color: 14408886.

HSL color Cylindrical-coordinate representation of color #B6DCDB: hue angle of 178.42º 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 #B6DCDB is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB182220219-
CMYK0.1700.000.14
HSL178.42º35.19%78.82%-
HSV(B)178.42º17.27%86.27%-
XYZ57.6766.2576.77-
YUV208.52133.91109.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.31%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 219 (85.94% from 255) = 35.27%
R=29.31%
G=35.43%
B=35.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822202190.1700.000.14178.4235.1978.82
HexB6DCDB1100Eb2234f
Octal26633433321001626243117
Binary10110110110111001101101110001001110101100101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DCDB; }

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

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

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

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

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

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

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

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