#B4DEE6

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

Shades of Powder Blue #B4DEE6

Tints of Powder Blue #B4DEE6

Color information

#B4DEE6 (or 0xB4DEE6) is unknown color: approx Powder Blue. HEX triplet: B4, DE and E6. RGB value is (180,222,230). Sum of RGB (Red+Green+Blue) = 180+222+230=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #B4DEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DEE6 is #4B2119. Grayscale: #D2D2D2. Windows color (decimal): -4923674 or 15130292. OLE color: 15130292.

HSL color Cylindrical-coordinate representation of color #B4DEE6: hue angle of 189.6º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4DEE6 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB180222230-
CMYK0.220.0300.10
HSL189.6º50%80.39%-
HSV(B)189.6º21.74%90.2%-
XYZ59.2367.6684.8-
YUV210.35139.09106.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.48%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 230 (90.23% from 255) = 36.39%
R=28.48%
G=35.13%
B=36.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1802222300.220.0300.10189.65080.39
HexB4DEE61630Abe3250
Octal26433634626301227662120
Binary101101001101111011100110101101101010101111101100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEE6; }

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

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

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

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

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

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

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

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