#B6DDDC

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

Shades of Powder Blue #B6DDDC

Tints of Powder Blue #B6DDDC

Color information

#B6DDDC (or 0xB6DDDC) is unknown color: approx Powder Blue. HEX triplet: B6, DD and DC. RGB value is (182,221,220). Sum of RGB (Red+Green+Blue) = 182+221+220=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDDC is #492223. Grayscale: #D1D1D1. Windows color (decimal): -4792868 or 14474678. OLE color: 14474678.

HSL color Cylindrical-coordinate representation of color #B6DDDC: hue angle of 178.46º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6DDDC is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB182221220-
CMYK0.1800.000.13
HSL178.46º36.45%79.02%-
HSV(B)178.46º17.65%86.67%-
XYZ58.0766.8377.55-
YUV209.23134.08108.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.21%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=29.21%
G=35.47%
B=35.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822212200.1800.000.13178.4636.4579.02
HexB6DDDC1200Db2244f
Octal26633533422001526244117
Binary10110110110111011101110010010001101101100101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DDDC; }

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

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

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

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

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

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

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

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