#BFD9FE

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

Shades of Hawkes Blue #BFD9FE

Tints of Hawkes Blue #BFD9FE

Color information

#BFD9FE (or 0xBFD9FE) is unknown color: approx Hawkes Blue. HEX triplet: BF, D9 and FE. RGB value is (191,217,254). Sum of RGB (Red+Green+Blue) = 191+217+254=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFD9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD9FE is #402601. Grayscale: #D5D5D5. Windows color (decimal): -4204034 or 16701887. OLE color: 16701887.

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

Color convert

RGB191217254-
CMYK0.250.1500.00
HSL215.24º96.92%87.25%-
HSV(B)215.24º24.8%99.61%-
XYZ64.1967.86103.48-
YUV213.44150.89111.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.85%
GREEN value IS 217 (85.16% from 255) = 32.78%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=28.85%
G=32.78%
B=38.37%

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
Decimal1912172540.250.1500.00215.2496.9287.25
HexBFD9FE19F00d76157
Octal277331376311700327141127
Binary101111111101100111111110110011111001101011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9FE; }

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

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

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

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

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

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

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

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