Shades of Pattens Blue #BFE7FF
Tints of Pattens Blue #BFE7FF
RGB
CMYK
RGB Variations
Color information
#BFE7FF (or 0xBFE7FF) is known color: Pattens Blue. HEX triplet: BF, E7 and FF. RGB value is (191,231,255). Sum of RGB (Red+Green+Blue) = 191+231+255=677 (89% of max value = 765). Red value is 191 (75% from 255 or 28.21% from 677); Green value is 231 (90.62% from 255 or 34.12% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7FF is #401800. Grayscale: #DDDDDD. Windows color (decimal): -4200449 or 16771007. OLE color: 16771007.
HSL color Cylindrical-coordinate representation of color #BFE7FF: hue angle of 202.5º 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 #BFE7FF is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 231 | 255 | - |
| CMYK | 0.25 | 0.09 | 0 | 0 |
| HSL | 202.5º | 1% | 0.87% | - |
| HSV(B) | 202.5º | 0.25% | 1% | - |
| XYZ | 68.11 | 75.45 | 105.58 | - |
| YUV | 221.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 255 | 0.25 | 0.09 | 0 | 0 | 202.5 | 1 | 0.87 |
| Hex | BF | E7 | FF | 19 | 9 | 0 | 0 | CA | 64 | 57 |
| Octal | 277 | 347 | 377 | 31 | 11 | 0 | 0 | 312 | 144 | 127 |
| Binary | 10111111 | 11100111 | 11111111 | 11001 | 1001 | 0 | 0 | 11001010 | 1100100 | 1010111 |
Color Harmonies of #BFE7FF
Complementary color
Monochromatic Colors of #BFE7FF
Black with #BFE7FF
Text Example
Text Example
White with #BFE7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7FF; }
p { color: rgb(191,231,255); }
H1.HeaderClassName
{
color: #BFE7FF;
}
.AnyTagClassName
{
color: #BFE7FF;
}
</style>
background-color css
<style>
a { background-color: #BFE7FF; }
a { background-color: rgb(191,231,255); }
div.DivClassName
{
background-color: #BFE7FF;
}
.BgClassName
{
background-color: #BFE7FF;
}
</style>
border-color css
<style>
span { border-color: #BFE7FF; }
span { border-color: rgb(191,231,255); }
td.TdClassName
{
border-color: #BFE7FF;
}
.TagClassName
{
border-color: #BFE7FF;
}
</style>