#BFD7FF

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

Shades of Hawkes Blue #BFD7FF

Tints of Hawkes Blue #BFD7FF

Color information

#BFD7FF (or 0xBFD7FF) is unknown color: approx Hawkes Blue. HEX triplet: BF, D7 and FF. RGB value is (191,215,255). Sum of RGB (Red+Green+Blue) = 191+215+255=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD7FF is #402800. Grayscale: #D4D4D4. Windows color (decimal): -4204545 or 16766911. OLE color: 16766911.

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

Color convert

RGB191215255-
CMYK0.250.1600
HSL217.5º100%87.45%-
HSV(B)217.5º25.1%100%-
XYZ63.8466.9104.16-
YUV212.38152.05112.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.90%
GREEN value IS 215 (84.38% from 255) = 32.53%
BLUE value IS 255 (100% from 255) = 38.58%
R=28.90%
G=32.53%
B=38.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912152550.250.1600217.510087.45
HexBFD7FF191000da6457
Octal277327377312000332144127
Binary1011111111010111111111111100110000001101101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7FF; }

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

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

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

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

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

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

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

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