#BFD6FD

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

Shades of Hawkes Blue #BFD6FD

Tints of Hawkes Blue #BFD6FD

Color information

#BFD6FD (or 0xBFD6FD) is unknown color: approx Hawkes Blue. HEX triplet: BF, D6 and FD. RGB value is (191,214,253). Sum of RGB (Red+Green+Blue) = 191+214+253=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6FD is #402902. Grayscale: #D3D3D3. Windows color (decimal): -4204803 or 16635583. OLE color: 16635583.

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

Color convert

RGB191214253-
CMYK0.250.1500.01
HSL217.74º93.94%87.06%-
HSV(B)217.74º24.51%99.22%-
XYZ63.2666.26102.38-
YUV211.57151.38113.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.03%
GREEN value IS 214 (83.98% from 255) = 32.52%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=29.03%
G=32.52%
B=38.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912142530.250.1500.01217.7493.9487.06
HexBFD6FD19F01da5e57
Octal277326375311701332136127
Binary101111111101011011111101110011111011101101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6FD; }

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

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

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

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

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

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

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

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