Shades of Pattens Blue #BCE0FE
Tints of Pattens Blue #BCE0FE
RGB
CMYK
RGB Variations
Color information
#BCE0FE (or 0xBCE0FE) is known color: Pattens Blue. HEX triplet: BC, E0 and FE. RGB value is (188,224,254). Sum of RGB (Red+Green+Blue) = 188+224+254=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0FE is #431F01. Grayscale: #D8D8D8. Windows color (decimal): -4398850 or 16703676. OLE color: 16703676.
HSL color Cylindrical-coordinate representation of color #BCE0FE: hue angle of 207.27º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE0FE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 224 | 254 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.00 |
| HSL | 207.27º | 0.97% | 0.87% | - |
| HSV(B) | 207.27º | 0.26% | 1% | - |
| XYZ | 65.28 | 71.16 | 104.06 | - |
| YUV | 216.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 254 | 0.26 | 0.12 | 0 | 0.00 | 207.27 | 0.97 | 0.87 |
| Hex | BC | E0 | FE | 1A | C | 0 | 0 | CF | 61 | 57 |
| Octal | 274 | 340 | 376 | 32 | 14 | 0 | 0 | 317 | 141 | 127 |
| Binary | 10111100 | 11100000 | 11111110 | 11010 | 1100 | 0 | 0 | 11001111 | 1100001 | 1010111 |
Color Harmonies of #BCE0FE
Complementary color
Monochromatic Colors of #BCE0FE
Black with #BCE0FE
Text Example
Text Example
White with #BCE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0FE; }
p { color: rgb(188,224,254); }
H1.HeaderClassName
{
color: #BCE0FE;
}
.AnyTagClassName
{
color: #BCE0FE;
}
</style>
background-color css
<style>
a { background-color: #BCE0FE; }
a { background-color: rgb(188,224,254); }
div.DivClassName
{
background-color: #BCE0FE;
}
.BgClassName
{
background-color: #BCE0FE;
}
</style>
border-color css
<style>
span { border-color: #BCE0FE; }
span { border-color: rgb(188,224,254); }
td.TdClassName
{
border-color: #BCE0FE;
}
.TagClassName
{
border-color: #BCE0FE;
}
</style>