#B6E5E3

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

Shades of Powder Blue #B6E5E3

Tints of Powder Blue #B6E5E3

Color information

#B6E5E3 (or 0xB6E5E3) is unknown color: approx Powder Blue. HEX triplet: B6, E5 and E3. RGB value is (182,229,227). Sum of RGB (Red+Green+Blue) = 182+229+227=638 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.53% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #B6E5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E5E3 is #491A1C. Grayscale: #D6D6D6. Windows color (decimal): -4790813 or 14935478. OLE color: 14935478.

HSL color Cylindrical-coordinate representation of color #B6E5E3: hue angle of 177.45º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E5E3 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB182229227-
CMYK0.2100.010.10
HSL177.45º47.47%80.59%-
HSV(B)177.45º20.52%89.8%-
XYZ61.1871.5383.26-
YUV214.72134.93104.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.53%
GREEN value IS 229 (89.84% from 255) = 35.89%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=28.53%
G=35.89%
B=35.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1822292270.2100.010.10177.4547.4780.59
HexB6E5E31501Ab12f51
Octal26634534325011226157121
Binary10110110111001011110001110101011010101100011011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E5E3; }

 p { color: rgb(182,229,227); }

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

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

 a { background-color: rgb(182,229,227); }

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

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

 span { border-color: rgb(182,229,227); }

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