#B4DEDC

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

Shades of Powder Blue #B4DEDC

Tints of Powder Blue #B4DEDC

Color information

#B4DEDC (or 0xB4DEDC) is unknown color: approx Powder Blue. HEX triplet: B4, DE and DC. RGB value is (180,222,220). Sum of RGB (Red+Green+Blue) = 180+222+220=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEDC is #4B2123. Grayscale: #D1D1D1. Windows color (decimal): -4923684 or 14474932. OLE color: 14474932.

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

Color convert

RGB180222220-
CMYK0.1900.010.13
HSL177.14º38.89%78.82%-
HSV(B)177.14º18.92%87.06%-
XYZ57.8667.1177.61-
YUV209.21134.09107.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.94%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=28.94%
G=35.69%
B=35.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802222200.1900.010.13177.1438.8978.82
HexB4DEDC1301Db1274f
Octal26433633423011526147117
Binary10110100110111101101110010011011101101100011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEDC; }

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

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

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

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

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

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

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

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