Html Css Color HEX #BFD7FF Hawkes Blue

📋 copy color: '#BFD7FF'

red 191 ◦ green 215 ◦ blue 255

#BFD7FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #BFD7FF

Tints of Hawkes Blue #BFD7FF

RGB

 RED value IS 191 (75% from 255) = 28.9%

 GREEN value IS 215 (84.38% from 255) = 32.53%

 BLUE value IS 255 (100% from 255) = 38.58%

R = 28.9%
G = 32.53%
B = 38.58%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFD7FF (or 0xBFD7FF) is known color: 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

RGB 191 215 255 -
CMYK 0.25 0.16 0 0
HSL 217.5º 1% 0.87% -
HSV(B) 217.5º 0.25% 1% -
XYZ 63.84 66.9 104.16 -
YUV 212.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 191 215 255 0.25 0.16 0 0 217.5 1 0.87
Hex BF D7 FF 19 10 0 0 DA 64 57
Octal 277 327 377 31 20 0 0 332 144 127
Binary 10111111 11010111 11111111 11001 10000 0 0 11011010 1100100 1010111

Color Harmonies of #BFD7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD7FF

Black with #BFD7FF

Text Example


Text Example

White with #BFD7FF

Text Example


Text Example

HTML Codes & Css Web 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>