Shades of Powder Blue #B5E2EA
Tints of Powder Blue #B5E2EA
RGB
CMYK
RGB Variations
Color information
#B5E2EA (or 0xB5E2EA) is known color: Powder Blue. HEX triplet: B5, E2 and EA. RGB value is (181,226,234). Sum of RGB (Red+Green+Blue) = 181+226+234=641 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.24% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E2EA is #4A1D15. Grayscale: #D5D5D5. Windows color (decimal): -4857110 or 15393461. OLE color: 15393461.
HSL color Cylindrical-coordinate representation of color #B5E2EA: hue angle of 189.06º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5E2EA is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 181 | 226 | 234 | - |
CMYK | 0.23 | 0.03 | 0 | 0.08 |
HSL | 189.06º | 0.56% | 0.81% | - |
HSV(B) | 189.06º | 0.23% | 0.92% | - |
XYZ | 61.1 | 70.16 | 88.16 | - |
YUV | 213.46 | 139.59 | 104.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 226 | 234 | 0.23 | 0.03 | 0 | 0.08 | 189.06 | 0.56 | 0.81 |
Hex | B5 | E2 | EA | 17 | 3 | 0 | 8 | BD | 38 | 51 |
Octal | 265 | 342 | 352 | 27 | 3 | 0 | 10 | 275 | 70 | 121 |
Binary | 10110101 | 11100010 | 11101010 | 10111 | 11 | 0 | 1000 | 10111101 | 111000 | 1010001 |
Color Harmonies of #B5E2EA
Complementary color
Monochromatic Colors of #B5E2EA
Black with #B5E2EA
Text Example
Text Example
White with #B5E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E2EA; }
p { color: rgb(181,226,234); }
H1.HeaderClassName
{
color: #B5E2EA;
}
.AnyTagClassName
{
color: #B5E2EA;
}
</style>
background-color css
<style>
a { background-color: #B5E2EA; }
a { background-color: rgb(181,226,234); }
div.DivClassName
{
background-color: #B5E2EA;
}
.BgClassName
{
background-color: #B5E2EA;
}
</style>
border-color css
<style>
span { border-color: #B5E2EA; }
span { border-color: rgb(181,226,234); }
td.TdClassName
{
border-color: #B5E2EA;
}
.TagClassName
{
border-color: #B5E2EA;
}
</style>