Shades of Pattens Blue #BFE0F5
Tints of Pattens Blue #BFE0F5
RGB
CMYK
RGB Variations
Color information
#BFE0F5 (or 0xBFE0F5) is known color: Pattens Blue. HEX triplet: BF, E0 and F5. RGB value is (191,224,245). Sum of RGB (Red+Green+Blue) = 191+224+245=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFE0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0F5 is #401F0A. Grayscale: #D8D8D8. Windows color (decimal): -4202251 or 16113855. OLE color: 16113855.
HSL color Cylindrical-coordinate representation of color #BFE0F5: hue angle of 203.33º degrees, saturation: 0.73, 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 #BFE0F5 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 224 | 245 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.04 |
| HSL | 203.33º | 0.73% | 0.85% | - |
| HSV(B) | 203.33º | 0.22% | 0.96% | - |
| XYZ | 64.62 | 70.98 | 96.68 | - |
| YUV | 216.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 245 | 0.22 | 0.09 | 0 | 0.04 | 203.33 | 0.73 | 0.85 |
| Hex | BF | E0 | F5 | 16 | 9 | 0 | 4 | CB | 49 | 55 |
| Octal | 277 | 340 | 365 | 26 | 11 | 0 | 4 | 313 | 111 | 125 |
| Binary | 10111111 | 11100000 | 11110101 | 10110 | 1001 | 0 | 100 | 11001011 | 1001001 | 1010101 |
Color Harmonies of #BFE0F5
Complementary color
Monochromatic Colors of #BFE0F5
Black with #BFE0F5
Text Example
Text Example
White with #BFE0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE0F5; }
p { color: rgb(191,224,245); }
H1.HeaderClassName
{
color: #BFE0F5;
}
.AnyTagClassName
{
color: #BFE0F5;
}
</style>
background-color css
<style>
a { background-color: #BFE0F5; }
a { background-color: rgb(191,224,245); }
div.DivClassName
{
background-color: #BFE0F5;
}
.BgClassName
{
background-color: #BFE0F5;
}
</style>
border-color css
<style>
span { border-color: #BFE0F5; }
span { border-color: rgb(191,224,245); }
td.TdClassName
{
border-color: #BFE0F5;
}
.TagClassName
{
border-color: #BFE0F5;
}
</style>