Shades of Hawkes Blue #BFDCFF
Tints of Hawkes Blue #BFDCFF
RGB
CMYK
RGB Variations
Color information
#BFDCFF (or 0xBFDCFF) is known color: Hawkes Blue. HEX triplet: BF, DC and FF. RGB value is (191,220,255). Sum of RGB (Red+Green+Blue) = 191+220+255=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCFF is #402300. Grayscale: #D7D7D7. Windows color (decimal): -4203265 or 16768191. OLE color: 16768191.
HSL color Cylindrical-coordinate representation of color #BFDCFF: hue angle of 212.81º 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 #BFDCFF is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 220 | 255 | - |
| CMYK | 0.25 | 0.14 | 0 | 0 |
| HSL | 212.81º | 1% | 0.87% | - |
| HSV(B) | 212.81º | 0.25% | 1% | - |
| XYZ | 65.13 | 69.48 | 104.59 | - |
| YUV | 215.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 255 | 0.25 | 0.14 | 0 | 0 | 212.81 | 1 | 0.87 |
| Hex | BF | DC | FF | 19 | E | 0 | 0 | D5 | 64 | 57 |
| Octal | 277 | 334 | 377 | 31 | 16 | 0 | 0 | 325 | 144 | 127 |
| Binary | 10111111 | 11011100 | 11111111 | 11001 | 1110 | 0 | 0 | 11010101 | 1100100 | 1010111 |
Color Harmonies of #BFDCFF
Complementary color
Monochromatic Colors of #BFDCFF
Black with #BFDCFF
Text Example
Text Example
White with #BFDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCFF; }
p { color: rgb(191,220,255); }
H1.HeaderClassName
{
color: #BFDCFF;
}
.AnyTagClassName
{
color: #BFDCFF;
}
</style>
background-color css
<style>
a { background-color: #BFDCFF; }
a { background-color: rgb(191,220,255); }
div.DivClassName
{
background-color: #BFDCFF;
}
.BgClassName
{
background-color: #BFDCFF;
}
</style>
border-color css
<style>
span { border-color: #BFDCFF; }
span { border-color: rgb(191,220,255); }
td.TdClassName
{
border-color: #BFDCFF;
}
.TagClassName
{
border-color: #BFDCFF;
}
</style>