Shades of Pattens Blue #BFE0F4
Tints of Pattens Blue #BFE0F4
RGB
CMYK
RGB Variations
Color information
#BFE0F4 (or 0xBFE0F4) is known color: Pattens Blue. HEX triplet: BF, E0 and F4. RGB value is (191,224,244). Sum of RGB (Red+Green+Blue) = 191+224+244=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 244 (95.70% from 255 or 37.03% from 659); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFE0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0F4 is #401F0B. Grayscale: #D8D8D8. Windows color (decimal): -4202252 or 16048319. OLE color: 16048319.
HSL color Cylindrical-coordinate representation of color #BFE0F4: hue angle of 202.64º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFE0F4 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 224 | 244 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.04 |
| HSL | 202.64º | 0.71% | 0.85% | - |
| HSV(B) | 202.64º | 0.22% | 0.96% | - |
| XYZ | 64.47 | 70.92 | 95.88 | - |
| YUV | 216.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 244 | 0.22 | 0.08 | 0 | 0.04 | 202.64 | 0.71 | 0.85 |
| Hex | BF | E0 | F4 | 16 | 8 | 0 | 4 | CB | 47 | 55 |
| Octal | 277 | 340 | 364 | 26 | 10 | 0 | 4 | 313 | 107 | 125 |
| Binary | 10111111 | 11100000 | 11110100 | 10110 | 1000 | 0 | 100 | 11001011 | 1000111 | 1010101 |
Color Harmonies of #BFE0F4
Complementary color
Monochromatic Colors of #BFE0F4
Black with #BFE0F4
Text Example
Text Example
White with #BFE0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE0F4; }
p { color: rgb(191,224,244); }
H1.HeaderClassName
{
color: #BFE0F4;
}
.AnyTagClassName
{
color: #BFE0F4;
}
</style>
background-color css
<style>
a { background-color: #BFE0F4; }
a { background-color: rgb(191,224,244); }
div.DivClassName
{
background-color: #BFE0F4;
}
.BgClassName
{
background-color: #BFE0F4;
}
</style>
border-color css
<style>
span { border-color: #BFE0F4; }
span { border-color: rgb(191,224,244); }
td.TdClassName
{
border-color: #BFE0F4;
}
.TagClassName
{
border-color: #BFE0F4;
}
</style>