#BFDCFF

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

Shades of Hawkes Blue #BFDCFF

Tints of Hawkes Blue #BFDCFF

Color information

#BFDCFF (or 0xBFDCFF) is unknown color: approx Hawkes Blue. HEX triplet: BF, DC and FF. RGB value is (191,220,255). Sum of RGB (Red+Green+Blue) = 191+220+255=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCFF is #402300. Grayscale: #D7D7D7. Windows color (decimal): -4203265 or 16768191. OLE color: 16768191.

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

Color convert

RGB191220255-
CMYK0.250.1400
HSL212.81º100%87.45%-
HSV(B)212.81º25.1%100%-
XYZ65.1369.48104.59-
YUV215.32150.39110.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.68%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 255 (100% from 255) = 38.29%
R=28.68%
G=33.03%
B=38.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912202550.250.1400212.8110087.45
HexBFDCFF19E00d56457
Octal277334377311600325144127
Binary101111111101110011111111110011110001101010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCFF; }

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

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

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

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

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

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

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

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