Shades of Powder Blue #B2E2F1
Tints of Powder Blue #B2E2F1
RGB
CMYK
RGB Variations
Color information
#B2E2F1 (or 0xB2E2F1) is known color: Powder Blue. HEX triplet: B2, E2 and F1. RGB value is (178,226,241). Sum of RGB (Red+Green+Blue) = 178+226+241=645 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.60% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #B2E2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E2F1 is #4D1D0E. Grayscale: #D5D5D5. Windows color (decimal): -5053711 or 15852210. OLE color: 15852210.
HSL color Cylindrical-coordinate representation of color #B2E2F1: hue angle of 194.29º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2E2F1 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 226 | 241 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.05 |
| HSL | 194.29º | 0.69% | 0.82% | - |
| HSV(B) | 194.29º | 0.26% | 0.95% | - |
| XYZ | 61.43 | 70.21 | 93.53 | - |
| YUV | 213.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 226 | 241 | 0.26 | 0.06 | 0 | 0.05 | 194.29 | 0.69 | 0.82 |
| Hex | B2 | E2 | F1 | 1A | 6 | 0 | 5 | C2 | 45 | 52 |
| Octal | 262 | 342 | 361 | 32 | 6 | 0 | 5 | 302 | 105 | 122 |
| Binary | 10110010 | 11100010 | 11110001 | 11010 | 110 | 0 | 101 | 11000010 | 1000101 | 1010010 |
Color Harmonies of #B2E2F1
Complementary color
Monochromatic Colors of #B2E2F1
Black with #B2E2F1
Text Example
Text Example
White with #B2E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E2F1; }
p { color: rgb(178,226,241); }
H1.HeaderClassName
{
color: #B2E2F1;
}
.AnyTagClassName
{
color: #B2E2F1;
}
</style>
background-color css
<style>
a { background-color: #B2E2F1; }
a { background-color: rgb(178,226,241); }
div.DivClassName
{
background-color: #B2E2F1;
}
.BgClassName
{
background-color: #B2E2F1;
}
</style>
border-color css
<style>
span { border-color: #B2E2F1; }
span { border-color: rgb(178,226,241); }
td.TdClassName
{
border-color: #B2E2F1;
}
.TagClassName
{
border-color: #B2E2F1;
}
</style>