#BFDAFE

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

Shades of Hawkes Blue #BFDAFE

Tints of Hawkes Blue #BFDAFE

Color information

#BFDAFE (or 0xBFDAFE) is unknown color: approx Hawkes Blue. HEX triplet: BF, DA and FE. RGB value is (191,218,254). Sum of RGB (Red+Green+Blue) = 191+218+254=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAFE is #402501. Grayscale: #D5D5D5. Windows color (decimal): -4203778 or 16702143. OLE color: 16702143.

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

Color convert

RGB191218254-
CMYK0.250.1400.00
HSL214.29º96.92%87.25%-
HSV(B)214.29º24.8%99.61%-
XYZ64.4568.37103.57-
YUV214.03150.55111.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.81%
GREEN value IS 218 (85.55% from 255) = 32.88%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=28.81%
G=32.88%
B=38.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912182540.250.1400.00214.2996.9287.25
HexBFDAFE19E00d66157
Octal277332376311600326141127
Binary101111111101101011111110110011110001101011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAFE; }

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

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

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

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

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

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

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

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