Shades of Pattens Blue #BCE4FE
Tints of Pattens Blue #BCE4FE
RGB
CMYK
RGB Variations
Color information
#BCE4FE (or 0xBCE4FE) is known color: Pattens Blue. HEX triplet: BC, E4 and FE. RGB value is (188,228,254). Sum of RGB (Red+Green+Blue) = 188+228+254=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCE4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4FE is #431B01. Grayscale: #DADADA. Windows color (decimal): -4397826 or 16704700. OLE color: 16704700.
HSL color Cylindrical-coordinate representation of color #BCE4FE: hue angle of 203.64º 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 #BCE4FE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 228 | 254 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.00 |
| HSL | 203.64º | 0.97% | 0.87% | - |
| HSV(B) | 203.64º | 0.26% | 1% | - |
| XYZ | 66.37 | 73.33 | 104.42 | - |
| YUV | 219 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 254 | 0.26 | 0.10 | 0 | 0.00 | 203.64 | 0.97 | 0.87 |
| Hex | BC | E4 | FE | 1A | A | 0 | 0 | CC | 61 | 57 |
| Octal | 274 | 344 | 376 | 32 | 12 | 0 | 0 | 314 | 141 | 127 |
| Binary | 10111100 | 11100100 | 11111110 | 11010 | 1010 | 0 | 0 | 11001100 | 1100001 | 1010111 |
Color Harmonies of #BCE4FE
Complementary color
Monochromatic Colors of #BCE4FE
Black with #BCE4FE
Text Example
Text Example
White with #BCE4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4FE; }
p { color: rgb(188,228,254); }
H1.HeaderClassName
{
color: #BCE4FE;
}
.AnyTagClassName
{
color: #BCE4FE;
}
</style>
background-color css
<style>
a { background-color: #BCE4FE; }
a { background-color: rgb(188,228,254); }
div.DivClassName
{
background-color: #BCE4FE;
}
.BgClassName
{
background-color: #BCE4FE;
}
</style>
border-color css
<style>
span { border-color: #BCE4FE; }
span { border-color: rgb(188,228,254); }
td.TdClassName
{
border-color: #BCE4FE;
}
.TagClassName
{
border-color: #BCE4FE;
}
</style>