#B4DEDE

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

Shades of Powder Blue #B4DEDE

Tints of Powder Blue #B4DEDE

Color information

#B4DEDE (or 0xB4DEDE) is unknown color: approx Powder Blue. HEX triplet: B4, DE and DE. RGB value is (180,222,222). Sum of RGB (Red+Green+Blue) = 180+222+222=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #B4DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEDE is #4B2121. Grayscale: #D1D1D1. Windows color (decimal): -4923682 or 14606004. OLE color: 14606004.

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

Color convert

RGB180222222-
CMYK0.19000.13
HSL180º38.89%78.82%-
HSV(B)180º18.92%87.06%-
XYZ58.1367.2279.02-
YUV209.44135.09107-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.85%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 222 (87.11% from 255) = 35.58%
R=28.85%
G=35.58%
B=35.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802222220.19000.1318038.8978.82
HexB4DEDE1300Db4274f
Octal26433633623001526447117
Binary10110100110111101101111010011001101101101001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEDE; }

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

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

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

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

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

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

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

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