Shades of Pattens Blue #BCE5FE
Tints of Pattens Blue #BCE5FE
RGB
CMYK
RGB Variations
Color information
#BCE5FE (or 0xBCE5FE) is known color: Pattens Blue. HEX triplet: BC, E5 and FE. RGB value is (188,229,254). Sum of RGB (Red+Green+Blue) = 188+229+254=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5FE is #431A01. Grayscale: #DBDBDB. Windows color (decimal): -4397570 or 16704956. OLE color: 16704956.
HSL color Cylindrical-coordinate representation of color #BCE5FE: hue angle of 202.73º 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 #BCE5FE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 229 | 254 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.00 |
| HSL | 202.73º | 0.97% | 0.87% | - |
| HSV(B) | 202.73º | 0.26% | 1% | - |
| XYZ | 66.65 | 73.89 | 104.51 | - |
| YUV | 219.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 254 | 0.26 | 0.10 | 0 | 0.00 | 202.73 | 0.97 | 0.87 |
| Hex | BC | E5 | FE | 1A | A | 0 | 0 | CB | 61 | 57 |
| Octal | 274 | 345 | 376 | 32 | 12 | 0 | 0 | 313 | 141 | 127 |
| Binary | 10111100 | 11100101 | 11111110 | 11010 | 1010 | 0 | 0 | 11001011 | 1100001 | 1010111 |
Color Harmonies of #BCE5FE
Complementary color
Monochromatic Colors of #BCE5FE
Black with #BCE5FE
Text Example
Text Example
White with #BCE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5FE; }
p { color: rgb(188,229,254); }
H1.HeaderClassName
{
color: #BCE5FE;
}
.AnyTagClassName
{
color: #BCE5FE;
}
</style>
background-color css
<style>
a { background-color: #BCE5FE; }
a { background-color: rgb(188,229,254); }
div.DivClassName
{
background-color: #BCE5FE;
}
.BgClassName
{
background-color: #BCE5FE;
}
</style>
border-color css
<style>
span { border-color: #BCE5FE; }
span { border-color: rgb(188,229,254); }
td.TdClassName
{
border-color: #BCE5FE;
}
.TagClassName
{
border-color: #BCE5FE;
}
</style>