Shades of Hawkes Blue #BFDAFC
Tints of Hawkes Blue #BFDAFC
RGB
CMYK
RGB Variations
Color information
#BFDAFC (or 0xBFDAFC) is known color: Hawkes Blue. HEX triplet: BF, DA and FC. RGB value is (191,218,252). Sum of RGB (Red+Green+Blue) = 191+218+252=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAFC is #402503. Grayscale: #D5D5D5. Windows color (decimal): -4203780 or 16571071. OLE color: 16571071.
HSL color Cylindrical-coordinate representation of color #BFDAFC: hue angle of 213.44º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFDAFC is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 218 | 252 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.01 |
| HSL | 213.44º | 0.91% | 0.87% | - |
| HSV(B) | 213.44º | 0.24% | 0.99% | - |
| XYZ | 64.13 | 68.25 | 101.89 | - |
| YUV | 213.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 252 | 0.24 | 0.13 | 0 | 0.01 | 213.44 | 0.91 | 0.87 |
| Hex | BF | DA | FC | 18 | D | 0 | 1 | D5 | 5B | 57 |
| Octal | 277 | 332 | 374 | 30 | 15 | 0 | 1 | 325 | 133 | 127 |
| Binary | 10111111 | 11011010 | 11111100 | 11000 | 1101 | 0 | 1 | 11010101 | 1011011 | 1010111 |
Color Harmonies of #BFDAFC
Complementary color
Monochromatic Colors of #BFDAFC
Black with #BFDAFC
Text Example
Text Example
White with #BFDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAFC; }
p { color: rgb(191,218,252); }
H1.HeaderClassName
{
color: #BFDAFC;
}
.AnyTagClassName
{
color: #BFDAFC;
}
</style>
background-color css
<style>
a { background-color: #BFDAFC; }
a { background-color: rgb(191,218,252); }
div.DivClassName
{
background-color: #BFDAFC;
}
.BgClassName
{
background-color: #BFDAFC;
}
</style>
border-color css
<style>
span { border-color: #BFDAFC; }
span { border-color: rgb(191,218,252); }
td.TdClassName
{
border-color: #BFDAFC;
}
.TagClassName
{
border-color: #BFDAFC;
}
</style>