#B7DEDD

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

Shades of Powder Blue #B7DEDD

Tints of Powder Blue #B7DEDD

Color information

#B7DEDD (or 0xB7DEDD) is unknown color: approx Powder Blue. HEX triplet: B7, DE and DD. RGB value is (183,222,221). Sum of RGB (Red+Green+Blue) = 183+222+221=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DEDD is #482122. Grayscale: #D2D2D2. Windows color (decimal): -4727075 or 14540471. OLE color: 14540471.

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

Color convert

RGB183222221-
CMYK0.1800.000.13
HSL178.46º37.14%79.41%-
HSV(B)178.46º17.57%87.06%-
XYZ58.767.5378.35-
YUV210.23134.08108.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.23%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=29.23%
G=35.46%
B=35.30%

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
Decimal1832222210.1800.000.13178.4637.1479.41
HexB7DEDD1200Db2254f
Octal26733633522001526245117
Binary10110111110111101101110110010001101101100101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DEDD; }

 p { color: rgb(183,222,221); }

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

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

 a { background-color: rgb(183,222,221); }

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

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

 span { border-color: rgb(183,222,221); }

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