Html Css Color HEX #BFBEC6 Ghost

📋 copy color: '#BFBEC6'

red 191 ◦ green 190 ◦ blue 198

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

Shades of Ghost #BFBEC6

Tints of Ghost #BFBEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.82%

 BLUE value IS 198 (77.73% from 255) = 34.2%

R = 32.99%
G = 32.82%
B = 34.2%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFBEC6 (or 0xBFBEC6) is known color: Ghost. HEX triplet: BF, BE and C6. RGB value is (191,190,198). Sum of RGB (Red+Green+Blue) = 191+190+198=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEC6 is #404139. Grayscale: #BFBFBF. Windows color (decimal): -4211002 or 13024959. OLE color: 13024959.

HSL color Cylindrical-coordinate representation of color #BFBEC6: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFBEC6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 190 198 -
CMYK 0.04 0.04 0 0.22
HSL 247.5º 0.07% 0.76% -
HSV(B) 247.5º 0.04% 0.78% -
XYZ 50.09 51.98 60.82 -
YUV 191.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 191 190 198 0.04 0.04 0 0.22 247.5 0.07 0.76
Hex BF BE C6 4 4 0 16 F8 7 4C
Octal 277 276 306 4 4 0 26 370 7 114
Binary 10111111 10111110 11000110 100 100 0 10110 11111000 111 1001100

Color Harmonies of #BFBEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEC6

Black with #BFBEC6

Text Example


Text Example

White with #BFBEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEC6; }

 p { color: rgb(191,190,198); }

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

background-color css

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

 a { background-color: rgb(191,190,198); }

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

border-color css

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

 span { border-color: rgb(191,190,198); }

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