#BFDDFF

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

Shades of Hawkes Blue #BFDDFF

Tints of Hawkes Blue #BFDDFF

Color information

#BFDDFF (or 0xBFDDFF) is unknown color: approx Hawkes Blue. HEX triplet: BF, DD and FF. RGB value is (191,221,255). Sum of RGB (Red+Green+Blue) = 191+221+255=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDFF is #402200. Grayscale: #D7D7D7. Windows color (decimal): -4203009 or 16768447. OLE color: 16768447.

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

Color convert

RGB191221255-
CMYK0.250.1300
HSL211.88º100%87.45%-
HSV(B)211.88º25.1%100%-
XYZ65.3970.01104.67-
YUV215.91150.06110.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.64%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 255 (100% from 255) = 38.23%
R=28.64%
G=33.13%
B=38.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912212550.250.1300211.8810087.45
HexBFDDFF19D00d46457
Octal277335377311500324144127
Binary101111111101110111111111110011101001101010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDFF; }

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

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

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

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

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

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

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

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