#BFD7FE

Color #BFD7FE Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #BFD7FE

Tints of Hawkes Blue #BFD7FE

Color information

#BFD7FE (or 0xBFD7FE) is unknown color: approx Hawkes Blue. HEX triplet: BF, D7 and FE. RGB value is (191,215,254). Sum of RGB (Red+Green+Blue) = 191+215+254=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFD7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD7FE is #402801. Grayscale: #D4D4D4. Windows color (decimal): -4204546 or 16701375. OLE color: 16701375.

HSL color Cylindrical-coordinate representation of color #BFD7FE: hue angle of 217.14º 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 #BFD7FE is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191215254-
CMYK0.250.1500.00
HSL217.14º96.92%87.25%-
HSV(B)217.14º24.8%99.61%-
XYZ63.6866.83103.31-
YUV212.27151.55112.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 28.94%
GREEN value IS 215 (84.38% from 255) = 32.58%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=28.94%
G=32.58%
B=38.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912152540.250.1500.00217.1496.9287.25
HexBFD7FE19F00d96157
Octal277327376311700331141127
Binary101111111101011111111110110011111001101100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7FE; }

 p { color: rgb(191,215,254); }

 H1.HeaderClassName
 {
   color: #BFD7FE;
 }
 .AnyTagClassName
 {
   color: #BFD7FE;
 }
</style>
background-color css

<style>
 a { background-color: #BFD7FE; }

 a { background-color: rgb(191,215,254); }

 div.DivClassName
 {
   background-color: #BFD7FE;
 }
 .BgClassName
 {
   background-color: #BFD7FE;
 }
</style>
border-color css

<style>
 span { border-color: #BFD7FE; }

 span { border-color: rgb(191,215,254); }

 td.TdClassName
 {
   border-color: #BFD7FE;
 }
 .TagClassName
 {
   border-color: #BFD7FE;
 }
</style>