#B6DBDC

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

Shades of Powder Blue #B6DBDC

Tints of Powder Blue #B6DBDC

Color information

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

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

Color convert

RGB182219220-
CMYK0.170.0000.14
HSL181.58º35.19%78.82%-
HSV(B)181.58º17.27%86.27%-
XYZ57.5465.7877.37-
YUV208.05134.74109.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822192200.170.0000.14181.5835.1978.82
HexB6DBDC1100Eb6234f
Octal26633333421001626643117
Binary10110110110110111101110010001001110101101101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DBDC; }

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

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

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

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

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

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

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

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