Shades of Hawkes Blue #BFDDFF
Tints of Hawkes Blue #BFDDFF
RGB
CMYK
RGB Variations
Color information
#BFDDFF (or 0xBFDDFF) is known color: Hawkes Blue. HEX triplet: BF, DD and FF. RGB value is (191,221,255). Sum of RGB (Red+Green+Blue) = 191+221+255=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDFF is #402200. Grayscale: #D7D7D7. Windows color (decimal): -4203009 or 16768447. OLE color: 16768447.
HSL color Cylindrical-coordinate representation of color #BFDDFF: hue angle of 211.88º 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 #BFDDFF is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 221 | 255 | - |
| CMYK | 0.25 | 0.13 | 0 | 0 |
| HSL | 211.88º | 1% | 0.87% | - |
| HSV(B) | 211.88º | 0.25% | 1% | - |
| XYZ | 65.39 | 70.01 | 104.67 | - |
| YUV | 215.91 | 150.06 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 255 | 0.25 | 0.13 | 0 | 0 | 211.88 | 1 | 0.87 |
| Hex | BF | DD | FF | 19 | D | 0 | 0 | D4 | 64 | 57 |
| Octal | 277 | 335 | 377 | 31 | 15 | 0 | 0 | 324 | 144 | 127 |
| Binary | 10111111 | 11011101 | 11111111 | 11001 | 1101 | 0 | 0 | 11010100 | 1100100 | 1010111 |
Color Harmonies of #BFDDFF
Complementary color
Monochromatic Colors of #BFDDFF
Black with #BFDDFF
Text Example
Text Example
White with #BFDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDFF; }
p { color: rgb(191,221,255); }
H1.HeaderClassName
{
color: #BFDDFF;
}
.AnyTagClassName
{
color: #BFDDFF;
}
</style>
background-color css
<style>
a { background-color: #BFDDFF; }
a { background-color: rgb(191,221,255); }
div.DivClassName
{
background-color: #BFDDFF;
}
.BgClassName
{
background-color: #BFDDFF;
}
</style>
border-color css
<style>
span { border-color: #BFDDFF; }
span { border-color: rgb(191,221,255); }
td.TdClassName
{
border-color: #BFDDFF;
}
.TagClassName
{
border-color: #BFDDFF;
}
</style>