#BFD6FF

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

Shades of Hawkes Blue #BFD6FF

Tints of Hawkes Blue #BFD6FF

Color information

#BFD6FF (or 0xBFD6FF) is unknown color: approx Hawkes Blue. HEX triplet: BF, D6 and FF. RGB value is (191,214,255). Sum of RGB (Red+Green+Blue) = 191+214+255=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6FF is #402900. Grayscale: #D3D3D3. Windows color (decimal): -4204801 or 16766655. OLE color: 16766655.

HSL color Cylindrical-coordinate representation of color #BFD6FF: hue angle of 218.44º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD6FF is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191214255-
CMYK0.250.1600
HSL218.44º100%87.45%-
HSV(B)218.44º25.1%100%-
XYZ63.5866.39104.07-
YUV211.8152.38113.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.94%
GREEN value IS 214 (83.98% from 255) = 32.42%
BLUE value IS 255 (100% from 255) = 38.64%
R=28.94%
G=32.42%
B=38.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912142550.250.1600218.4410087.45
HexBFD6FF191000da6457
Octal277326377312000332144127
Binary1011111111010110111111111100110000001101101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6FF; }

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

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

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

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

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

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

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

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