#B5DEDD

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

Shades of Powder Blue #B5DEDD

Tints of Powder Blue #B5DEDD

Color information

#B5DEDD (or 0xB5DEDD) is unknown color: approx Powder Blue. HEX triplet: B5, DE and DD. RGB value is (181,222,221). Sum of RGB (Red+Green+Blue) = 181+222+221=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DEDD is #4A2122. Grayscale: #D1D1D1. Windows color (decimal): -4858147 or 14540469. OLE color: 14540469.

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

Color convert

RGB181222221-
CMYK0.1800.000.13
HSL178.54º38.32%79.02%-
HSV(B)178.54º18.47%87.06%-
XYZ58.2367.2978.33-
YUV209.63134.42107.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.01%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=29.01%
G=35.58%
B=35.42%

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
Decimal1812222210.1800.000.13178.5438.3279.02
HexB5DEDD1200Db3264f
Octal26533633522001526346117
Binary10110101110111101101110110010001101101100111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEDD; }

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

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

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

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

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

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

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

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