Shades of Pattens Blue #BAE2FF
Tints of Pattens Blue #BAE2FF
RGB
CMYK
RGB Variations
Color information
#BAE2FF (or 0xBAE2FF) is known color: Pattens Blue. HEX triplet: BA, E2 and FF. RGB value is (186,226,255). Sum of RGB (Red+Green+Blue) = 186+226+255=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE2FF is #451D00. Grayscale: #D9D9D9. Windows color (decimal): -4529409 or 16769722. OLE color: 16769722.
HSL color Cylindrical-coordinate representation of color #BAE2FF: hue angle of 205.22º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAE2FF is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 226 | 255 | - |
| CMYK | 0.27 | 0.11 | 0 | 0 |
| HSL | 205.22º | 1% | 0.86% | - |
| HSV(B) | 205.22º | 0.27% | 1% | - |
| XYZ | 65.5 | 72.05 | 105.06 | - |
| YUV | 217.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 255 | 0.27 | 0.11 | 0 | 0 | 205.22 | 1 | 0.86 |
| Hex | BA | E2 | FF | 1B | B | 0 | 0 | CD | 64 | 56 |
| Octal | 272 | 342 | 377 | 33 | 13 | 0 | 0 | 315 | 144 | 126 |
| Binary | 10111010 | 11100010 | 11111111 | 11011 | 1011 | 0 | 0 | 11001101 | 1100100 | 1010110 |
Color Harmonies of #BAE2FF
Complementary color
Monochromatic Colors of #BAE2FF
Black with #BAE2FF
Text Example
Text Example
White with #BAE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE2FF; }
p { color: rgb(186,226,255); }
H1.HeaderClassName
{
color: #BAE2FF;
}
.AnyTagClassName
{
color: #BAE2FF;
}
</style>
background-color css
<style>
a { background-color: #BAE2FF; }
a { background-color: rgb(186,226,255); }
div.DivClassName
{
background-color: #BAE2FF;
}
.BgClassName
{
background-color: #BAE2FF;
}
</style>
border-color css
<style>
span { border-color: #BAE2FF; }
span { border-color: rgb(186,226,255); }
td.TdClassName
{
border-color: #BAE2FF;
}
.TagClassName
{
border-color: #BAE2FF;
}
</style>