Html Css Color HEX #BFD6FE Hawkes Blue

📋 copy color: '#BFD6FE'

red 191 ◦ green 214 ◦ blue 254

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

Shades of Hawkes Blue #BFD6FE

Tints of Hawkes Blue #BFD6FE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.47%

 BLUE value IS 254 (99.61% from 255) = 38.54%

R = 28.98%
G = 32.47%
B = 38.54%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFD6FE (or 0xBFD6FE) is known color: Hawkes Blue. HEX triplet: BF, D6 and FE. RGB value is (191,214,254). Sum of RGB (Red+Green+Blue) = 191+214+254=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFD6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6FE is #402901. Grayscale: #D3D3D3. Windows color (decimal): -4204802 or 16701119. OLE color: 16701119.

HSL color Cylindrical-coordinate representation of color #BFD6FE: hue angle of 218.1º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD6FE is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 214 254 -
CMYK 0.25 0.16 0 0.00
HSL 218.1º 0.97% 0.87% -
HSV(B) 218.1º 0.25% 1% -
XYZ 63.42 66.33 103.23 -
YUV 211.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 191 214 254 0.25 0.16 0 0.00 218.1 0.97 0.87
Hex BF D6 FE 19 10 0 0 DA 61 57
Octal 277 326 376 31 20 0 0 332 141 127
Binary 10111111 11010110 11111110 11001 10000 0 0 11011010 1100001 1010111

Color Harmonies of #BFD6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD6FE

Black with #BFD6FE

Text Example


Text Example

White with #BFD6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD6FE; }

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

 H1.HeaderClassName
 {
   color: #BFD6FE;
 }
 .AnyTagClassName
 {
   color: #BFD6FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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