#B4DEDD

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

Shades of Powder Blue #B4DEDD

Tints of Powder Blue #B4DEDD

Color information

#B4DEDD (or 0xB4DEDD) is unknown color: approx Powder Blue. HEX triplet: B4, DE and DD. RGB value is (180,222,221). Sum of RGB (Red+Green+Blue) = 180+222+221=623 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.89% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEDD is #4B2122. Grayscale: #D1D1D1. Windows color (decimal): -4923683 or 14540468. OLE color: 14540468.

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

Color convert

RGB180222221-
CMYK0.1900.000.13
HSL178.57º38.89%78.82%-
HSV(B)178.57º18.92%87.06%-
XYZ57.9967.1778.31-
YUV209.33134.59107.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.89%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=28.89%
G=35.63%
B=35.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802222210.1900.000.13178.5738.8978.82
HexB4DEDD1300Db3274f
Octal26433633523001526347117
Binary10110100110111101101110110011001101101100111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEDD; }

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

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

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

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

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

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

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

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