Shades of Pattens Blue #BCE5FF
Tints of Pattens Blue #BCE5FF
RGB
CMYK
RGB Variations
Color information
#BCE5FF (or 0xBCE5FF) is known color: Pattens Blue. HEX triplet: BC, E5 and FF. RGB value is (188,229,255). Sum of RGB (Red+Green+Blue) = 188+229+255=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5FF is #431A00. Grayscale: #DBDBDB. Windows color (decimal): -4397569 or 16770492. OLE color: 16770492.
HSL color Cylindrical-coordinate representation of color #BCE5FF: hue angle of 203.28º 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 #BCE5FF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 229 | 255 | - |
| CMYK | 0.26 | 0.10 | 0 | 0 |
| HSL | 203.28º | 1% | 0.87% | - |
| HSV(B) | 203.28º | 0.26% | 1% | - |
| XYZ | 66.81 | 73.95 | 105.36 | - |
| YUV | 219.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 255 | 0.26 | 0.10 | 0 | 0 | 203.28 | 1 | 0.87 |
| Hex | BC | E5 | FF | 1A | A | 0 | 0 | CB | 64 | 57 |
| Octal | 274 | 345 | 377 | 32 | 12 | 0 | 0 | 313 | 144 | 127 |
| Binary | 10111100 | 11100101 | 11111111 | 11010 | 1010 | 0 | 0 | 11001011 | 1100100 | 1010111 |
Color Harmonies of #BCE5FF
Complementary color
Monochromatic Colors of #BCE5FF
Black with #BCE5FF
Text Example
Text Example
White with #BCE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5FF; }
p { color: rgb(188,229,255); }
H1.HeaderClassName
{
color: #BCE5FF;
}
.AnyTagClassName
{
color: #BCE5FF;
}
</style>
background-color css
<style>
a { background-color: #BCE5FF; }
a { background-color: rgb(188,229,255); }
div.DivClassName
{
background-color: #BCE5FF;
}
.BgClassName
{
background-color: #BCE5FF;
}
</style>
border-color css
<style>
span { border-color: #BCE5FF; }
span { border-color: rgb(188,229,255); }
td.TdClassName
{
border-color: #BCE5FF;
}
.TagClassName
{
border-color: #BCE5FF;
}
</style>