Shades of Hawkes Blue #BFDCFE
Tints of Hawkes Blue #BFDCFE
RGB
CMYK
RGB Variations
Color information
#BFDCFE (or 0xBFDCFE) is known color: Hawkes Blue. HEX triplet: BF, DC and FE. RGB value is (191,220,254). Sum of RGB (Red+Green+Blue) = 191+220+254=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFDCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCFE is #402301. Grayscale: #D7D7D7. Windows color (decimal): -4203266 or 16702655. OLE color: 16702655.
HSL color Cylindrical-coordinate representation of color #BFDCFE: hue angle of 212.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFDCFE is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 220 | 254 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.00 |
| HSL | 212.38º | 0.97% | 0.87% | - |
| HSV(B) | 212.38º | 0.25% | 1% | - |
| XYZ | 64.97 | 69.42 | 103.74 | - |
| YUV | 215.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 254 | 0.25 | 0.13 | 0 | 0.00 | 212.38 | 0.97 | 0.87 |
| Hex | BF | DC | FE | 19 | D | 0 | 0 | D4 | 61 | 57 |
| Octal | 277 | 334 | 376 | 31 | 15 | 0 | 0 | 324 | 141 | 127 |
| Binary | 10111111 | 11011100 | 11111110 | 11001 | 1101 | 0 | 0 | 11010100 | 1100001 | 1010111 |
Color Harmonies of #BFDCFE
Complementary color
Monochromatic Colors of #BFDCFE
Black with #BFDCFE
Text Example
Text Example
White with #BFDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCFE; }
p { color: rgb(191,220,254); }
H1.HeaderClassName
{
color: #BFDCFE;
}
.AnyTagClassName
{
color: #BFDCFE;
}
</style>
background-color css
<style>
a { background-color: #BFDCFE; }
a { background-color: rgb(191,220,254); }
div.DivClassName
{
background-color: #BFDCFE;
}
.BgClassName
{
background-color: #BFDCFE;
}
</style>
border-color css
<style>
span { border-color: #BFDCFE; }
span { border-color: rgb(191,220,254); }
td.TdClassName
{
border-color: #BFDCFE;
}
.TagClassName
{
border-color: #BFDCFE;
}
</style>