Shades of Pattens Blue #BCE1FF
Tints of Pattens Blue #BCE1FF
RGB
CMYK
RGB Variations
Color information
#BCE1FF (or 0xBCE1FF) is known color: Pattens Blue. HEX triplet: BC, E1 and FF. RGB value is (188,225,255). Sum of RGB (Red+Green+Blue) = 188+225+255=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE1FF is #431E00. Grayscale: #D9D9D9. Windows color (decimal): -4398593 or 16769468. OLE color: 16769468.
HSL color Cylindrical-coordinate representation of color #BCE1FF: hue angle of 206.87º 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 #BCE1FF is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 225 | 255 | - |
| CMYK | 0.26 | 0.12 | 0 | 0 |
| HSL | 206.87º | 1% | 0.87% | - |
| HSV(B) | 206.87º | 0.26% | 1% | - |
| XYZ | 65.71 | 71.76 | 105 | - |
| YUV | 217.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 255 | 0.26 | 0.12 | 0 | 0 | 206.87 | 1 | 0.87 |
| Hex | BC | E1 | FF | 1A | C | 0 | 0 | CF | 64 | 57 |
| Octal | 274 | 341 | 377 | 32 | 14 | 0 | 0 | 317 | 144 | 127 |
| Binary | 10111100 | 11100001 | 11111111 | 11010 | 1100 | 0 | 0 | 11001111 | 1100100 | 1010111 |
Color Harmonies of #BCE1FF
Complementary color
Monochromatic Colors of #BCE1FF
Black with #BCE1FF
Text Example
Text Example
White with #BCE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1FF; }
p { color: rgb(188,225,255); }
H1.HeaderClassName
{
color: #BCE1FF;
}
.AnyTagClassName
{
color: #BCE1FF;
}
</style>
background-color css
<style>
a { background-color: #BCE1FF; }
a { background-color: rgb(188,225,255); }
div.DivClassName
{
background-color: #BCE1FF;
}
.BgClassName
{
background-color: #BCE1FF;
}
</style>
border-color css
<style>
span { border-color: #BCE1FF; }
span { border-color: rgb(188,225,255); }
td.TdClassName
{
border-color: #BCE1FF;
}
.TagClassName
{
border-color: #BCE1FF;
}
</style>