#B6D7DD

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

Shades of Powder Blue #B6D7DD

Tints of Powder Blue #B6D7DD

Color information

#B6D7DD (or 0xB6D7DD) is unknown color: approx Powder Blue. HEX triplet: B6, D7 and DD. RGB value is (182,215,221). Sum of RGB (Red+Green+Blue) = 182+215+221=618 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.45% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D7DD is #492822. Grayscale: #CDCDCD. Windows color (decimal): -4794403 or 14538678. OLE color: 14538678.

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

Color convert

RGB182215221-
CMYK0.180.0300.13
HSL189.23º36.45%79.02%-
HSV(B)189.23º17.65%86.67%-
XYZ56.6463.7777.73-
YUV205.82136.57111.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.45%
GREEN value IS 215 (84.38% from 255) = 34.79%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=29.45%
G=34.79%
B=35.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822152210.180.0300.13189.2336.4579.02
HexB6D7DD1230Dbd244f
Octal26632733522301527544117
Binary101101101101011111011101100101101101101111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D7DD; }

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

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

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

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

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

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

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

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