#B8E4E1

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

Shades of Powder Blue #B8E4E1

Tints of Powder Blue #B8E4E1

Color information

#B8E4E1 (or 0xB8E4E1) is unknown color: approx Powder Blue. HEX triplet: B8, E4 and E1. RGB value is (184,228,225). Sum of RGB (Red+Green+Blue) = 184+228+225=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #B8E4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E4E1 is #471B1E. Grayscale: #D6D6D6. Windows color (decimal): -4659999 or 14804152. OLE color: 14804152.

HSL color Cylindrical-coordinate representation of color #B8E4E1: hue angle of 175.91º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8E4E1 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB184228225-
CMYK0.1900.010.11
HSL175.91º44.9%80.78%-
HSV(B)175.91º19.3%89.41%-
XYZ61.171.1181.74-
YUV214.5133.92106.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.89%
GREEN value IS 228 (89.45% from 255) = 35.79%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=28.89%
G=35.79%
B=35.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1842282250.1900.010.11175.9144.980.78
HexB8E4E11301Bb02d51
Octal27034434123011326055121
Binary10111000111001001110000110011011011101100001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E4E1; }

 p { color: rgb(184,228,225); }

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

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

 a { background-color: rgb(184,228,225); }

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

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

 span { border-color: rgb(184,228,225); }

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