#B6DBDD

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

Shades of Powder Blue #B6DBDD

Tints of Powder Blue #B6DBDD

Color information

#B6DBDD (or 0xB6DBDD) is unknown color: approx Powder Blue. HEX triplet: B6, DB and DD. RGB value is (182,219,221). Sum of RGB (Red+Green+Blue) = 182+219+221=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBDD is #492422. Grayscale: #D0D0D0. Windows color (decimal): -4793379 or 14539702. OLE color: 14539702.

HSL color Cylindrical-coordinate representation of color #B6DBDD: hue angle of 183.08º 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 #B6DBDD is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182219221-
CMYK0.180.0100.13
HSL183.08º36.45%79.02%-
HSV(B)183.08º17.65%86.67%-
XYZ57.6765.8378.07-
YUV208.17135.24109.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.26%
GREEN value IS 219 (85.94% from 255) = 35.21%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=29.26%
G=35.21%
B=35.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822192210.180.0100.13183.0836.4579.02
HexB6DBDD1210Db7244f
Octal26633333522101526744117
Binary10110110110110111101110110010101101101101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DBDD; }

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

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

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

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

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

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

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

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