Shades of Hawkes Blue #BFD6FF
Tints of Hawkes Blue #BFD6FF
RGB
CMYK
RGB Variations
Color information
#BFD6FF (or 0xBFD6FF) is known color: Hawkes Blue. HEX triplet: BF, D6 and FF. RGB value is (191,214,255). Sum of RGB (Red+Green+Blue) = 191+214+255=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6FF is #402900. Grayscale: #D3D3D3. Windows color (decimal): -4204801 or 16766655. OLE color: 16766655.
HSL color Cylindrical-coordinate representation of color #BFD6FF: hue angle of 218.44º 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 #BFD6FF is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 214 | 255 | - |
| CMYK | 0.25 | 0.16 | 0 | 0 |
| HSL | 218.44º | 1% | 0.87% | - |
| HSV(B) | 218.44º | 0.25% | 1% | - |
| XYZ | 63.58 | 66.39 | 104.07 | - |
| YUV | 211.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 255 | 0.25 | 0.16 | 0 | 0 | 218.44 | 1 | 0.87 |
| Hex | BF | D6 | FF | 19 | 10 | 0 | 0 | DA | 64 | 57 |
| Octal | 277 | 326 | 377 | 31 | 20 | 0 | 0 | 332 | 144 | 127 |
| Binary | 10111111 | 11010110 | 11111111 | 11001 | 10000 | 0 | 0 | 11011010 | 1100100 | 1010111 |
Color Harmonies of #BFD6FF
Complementary color
Monochromatic Colors of #BFD6FF
Black with #BFD6FF
Text Example
Text Example
White with #BFD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6FF; }
p { color: rgb(191,214,255); }
H1.HeaderClassName
{
color: #BFD6FF;
}
.AnyTagClassName
{
color: #BFD6FF;
}
</style>
background-color css
<style>
a { background-color: #BFD6FF; }
a { background-color: rgb(191,214,255); }
div.DivClassName
{
background-color: #BFD6FF;
}
.BgClassName
{
background-color: #BFD6FF;
}
</style>
border-color css
<style>
span { border-color: #BFD6FF; }
span { border-color: rgb(191,214,255); }
td.TdClassName
{
border-color: #BFD6FF;
}
.TagClassName
{
border-color: #BFD6FF;
}
</style>