#BFD8FF

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

Shades of Hawkes Blue #BFD8FF

Tints of Hawkes Blue #BFD8FF

Color information

#BFD8FF (or 0xBFD8FF) is unknown color: approx Hawkes Blue. HEX triplet: BF, D8 and FF. RGB value is (191,216,255). Sum of RGB (Red+Green+Blue) = 191+216+255=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFD8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD8FF is #402700. Grayscale: #D4D4D4. Windows color (decimal): -4204289 or 16767167. OLE color: 16767167.

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

Color convert

RGB191216255-
CMYK0.250.1500
HSL216.56º100%87.45%-
HSV(B)216.56º25.1%100%-
XYZ64.0967.41104.24-
YUV212.97151.72112.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.85%
GREEN value IS 216 (84.77% from 255) = 32.63%
BLUE value IS 255 (100% from 255) = 38.52%
R=28.85%
G=32.63%
B=38.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912162550.250.1500216.5610087.45
HexBFD8FF19F00d96457
Octal277330377311700331144127
Binary101111111101100011111111110011111001101100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD8FF; }

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

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

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

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

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

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

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

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