#BFD6FE

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

Shades of Hawkes Blue #BFD6FE

Tints of Hawkes Blue #BFD6FE

Color information

#BFD6FE (or 0xBFD6FE) is unknown color: approx Hawkes Blue. HEX triplet: BF, D6 and FE. RGB value is (191,214,254). Sum of RGB (Red+Green+Blue) = 191+214+254=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFD6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6FE is #402901. Grayscale: #D3D3D3. Windows color (decimal): -4204802 or 16701119. OLE color: 16701119.

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

Color convert

RGB191214254-
CMYK0.250.1600.00
HSL218.1º96.92%87.25%-
HSV(B)218.1º24.8%99.61%-
XYZ63.4266.33103.23-
YUV211.68151.88113.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.98%
GREEN value IS 214 (83.98% from 255) = 32.47%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=28.98%
G=32.47%
B=38.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912142540.250.1600.00218.196.9287.25
HexBFD6FE191000da6157
Octal277326376312000332141127
Binary1011111111010110111111101100110000001101101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6FE; }

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

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

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

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

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

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

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

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