Shades of Pattens Blue #BFE2FF
Tints of Pattens Blue #BFE2FF
RGB
CMYK
RGB Variations
Color information
#BFE2FF (or 0xBFE2FF) is known color: Pattens Blue. HEX triplet: BF, E2 and FF. RGB value is (191,226,255). Sum of RGB (Red+Green+Blue) = 191+226+255=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 226 (88.67% from 255 or 33.63% 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 #BFE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2FF is #401D00. Grayscale: #DADADA. Windows color (decimal): -4201729 or 16769727. OLE color: 16769727.
HSL color Cylindrical-coordinate representation of color #BFE2FF: hue angle of 207.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFE2FF is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 226 | 255 | - |
| CMYK | 0.25 | 0.11 | 0 | 0 |
| HSL | 207.19º | 1% | 0.87% | - |
| HSV(B) | 207.19º | 0.25% | 1% | - |
| XYZ | 66.73 | 72.69 | 105.12 | - |
| YUV | 218.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 255 | 0.25 | 0.11 | 0 | 0 | 207.19 | 1 | 0.87 |
| Hex | BF | E2 | FF | 19 | B | 0 | 0 | CF | 64 | 57 |
| Octal | 277 | 342 | 377 | 31 | 13 | 0 | 0 | 317 | 144 | 127 |
| Binary | 10111111 | 11100010 | 11111111 | 11001 | 1011 | 0 | 0 | 11001111 | 1100100 | 1010111 |
Color Harmonies of #BFE2FF
Complementary color
Monochromatic Colors of #BFE2FF
Black with #BFE2FF
Text Example
Text Example
White with #BFE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2FF; }
p { color: rgb(191,226,255); }
H1.HeaderClassName
{
color: #BFE2FF;
}
.AnyTagClassName
{
color: #BFE2FF;
}
</style>
background-color css
<style>
a { background-color: #BFE2FF; }
a { background-color: rgb(191,226,255); }
div.DivClassName
{
background-color: #BFE2FF;
}
.BgClassName
{
background-color: #BFE2FF;
}
</style>
border-color css
<style>
span { border-color: #BFE2FF; }
span { border-color: rgb(191,226,255); }
td.TdClassName
{
border-color: #BFE2FF;
}
.TagClassName
{
border-color: #BFE2FF;
}
</style>