Shades of Pattens Blue #BCE2FF
Tints of Pattens Blue #BCE2FF
RGB
CMYK
RGB Variations
Color information
#BCE2FF (or 0xBCE2FF) is known color: Pattens Blue. HEX triplet: BC, E2 and FF. RGB value is (188,226,255). Sum of RGB (Red+Green+Blue) = 188+226+255=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2FF is #431D00. Grayscale: #D9D9D9. Windows color (decimal): -4398337 or 16769724. OLE color: 16769724.
HSL color Cylindrical-coordinate representation of color #BCE2FF: hue angle of 205.97º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE2FF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 226 | 255 | - |
| CMYK | 0.26 | 0.11 | 0 | 0 |
| HSL | 205.97º | 1% | 0.87% | - |
| HSV(B) | 205.97º | 0.26% | 1% | - |
| XYZ | 65.99 | 72.3 | 105.09 | - |
| YUV | 217.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 255 | 0.26 | 0.11 | 0 | 0 | 205.97 | 1 | 0.87 |
| Hex | BC | E2 | FF | 1A | B | 0 | 0 | CE | 64 | 57 |
| Octal | 274 | 342 | 377 | 32 | 13 | 0 | 0 | 316 | 144 | 127 |
| Binary | 10111100 | 11100010 | 11111111 | 11010 | 1011 | 0 | 0 | 11001110 | 1100100 | 1010111 |
Color Harmonies of #BCE2FF
Complementary color
Monochromatic Colors of #BCE2FF
Black with #BCE2FF
Text Example
Text Example
White with #BCE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2FF; }
p { color: rgb(188,226,255); }
H1.HeaderClassName
{
color: #BCE2FF;
}
.AnyTagClassName
{
color: #BCE2FF;
}
</style>
background-color css
<style>
a { background-color: #BCE2FF; }
a { background-color: rgb(188,226,255); }
div.DivClassName
{
background-color: #BCE2FF;
}
.BgClassName
{
background-color: #BCE2FF;
}
</style>
border-color css
<style>
span { border-color: #BCE2FF; }
span { border-color: rgb(188,226,255); }
td.TdClassName
{
border-color: #BCE2FF;
}
.TagClassName
{
border-color: #BCE2FF;
}
</style>