#B2E2EA

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

Shades of Powder Blue #B2E2EA

Tints of Powder Blue #B2E2EA

Color information

#B2E2EA (or 0xB2E2EA) is unknown color: approx Powder Blue. HEX triplet: B2, E2 and EA. RGB value is (178,226,234). Sum of RGB (Red+Green+Blue) = 178+226+234=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2E2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E2EA is #4D1D15. Grayscale: #D4D4D4. Windows color (decimal): -5053718 or 15393458. OLE color: 15393458.

HSL color Cylindrical-coordinate representation of color #B2E2EA: hue angle of 188.57º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E2EA is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178226234-
CMYK0.240.0300.08
HSL188.57º57.14%80.78%-
HSV(B)188.57º23.93%91.76%-
XYZ60.4169.888.13-
YUV212.56140.1103.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.90%
GREEN value IS 226 (88.67% from 255) = 35.42%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=27.90%
G=35.42%
B=36.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782262340.240.0300.08188.5757.1480.78
HexB2E2EA18308bd3951
Octal26234235230301027571121
Binary101100101110001011101010110001101000101111011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E2EA; }

 p { color: rgb(178,226,234); }

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

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

 a { background-color: rgb(178,226,234); }

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

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

 span { border-color: rgb(178,226,234); }

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