Shades of Pattens Blue #BCE3FC
Tints of Pattens Blue #BCE3FC
RGB
CMYK
RGB Variations
Color information
#BCE3FC (or 0xBCE3FC) is known color: Pattens Blue. HEX triplet: BC, E3 and FC. RGB value is (188,227,252). Sum of RGB (Red+Green+Blue) = 188+227+252=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCE3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE3FC is #431C03. Grayscale: #DADADA. Windows color (decimal): -4398084 or 16573372. OLE color: 16573372.
HSL color Cylindrical-coordinate representation of color #BCE3FC: hue angle of 203.44º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCE3FC is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 227 | 252 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.01 |
| HSL | 203.44º | 0.91% | 0.86% | - |
| HSV(B) | 203.44º | 0.25% | 0.99% | - |
| XYZ | 65.78 | 72.66 | 102.65 | - |
| YUV | 218.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 252 | 0.25 | 0.10 | 0 | 0.01 | 203.44 | 0.91 | 0.86 |
| Hex | BC | E3 | FC | 19 | A | 0 | 1 | CB | 5B | 56 |
| Octal | 274 | 343 | 374 | 31 | 12 | 0 | 1 | 313 | 133 | 126 |
| Binary | 10111100 | 11100011 | 11111100 | 11001 | 1010 | 0 | 1 | 11001011 | 1011011 | 1010110 |
Color Harmonies of #BCE3FC
Complementary color
Monochromatic Colors of #BCE3FC
Black with #BCE3FC
Text Example
Text Example
White with #BCE3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3FC; }
p { color: rgb(188,227,252); }
H1.HeaderClassName
{
color: #BCE3FC;
}
.AnyTagClassName
{
color: #BCE3FC;
}
</style>
background-color css
<style>
a { background-color: #BCE3FC; }
a { background-color: rgb(188,227,252); }
div.DivClassName
{
background-color: #BCE3FC;
}
.BgClassName
{
background-color: #BCE3FC;
}
</style>
border-color css
<style>
span { border-color: #BCE3FC; }
span { border-color: rgb(188,227,252); }
td.TdClassName
{
border-color: #BCE3FC;
}
.TagClassName
{
border-color: #BCE3FC;
}
</style>