Html Css Color HEX #BEBFC6 Ghost

📋 copy color: '#BEBFC6'

red 190 ◦ green 191 ◦ blue 198

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

Shades of Ghost #BEBFC6

Tints of Ghost #BEBFC6

RGB

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

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

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

R = 32.82%
G = 32.99%
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

#BEBFC6 (or 0xBEBFC6) is known color: Ghost. HEX triplet: BE, BF and C6. RGB value is (190,191,198). Sum of RGB (Red+Green+Blue) = 190+191+198=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 191 (75% from 255 or 32.99% 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 #BEBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC6 is #414039. Grayscale: #BFBFBF. Windows color (decimal): -4276282 or 13025214. OLE color: 13025214.

HSL color Cylindrical-coordinate representation of color #BEBFC6: hue angle of 232.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 #BEBFC6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 191 198 -
CMYK 0.04 0.04 0 0.22
HSL 232.5º 0.07% 0.76% -
HSV(B) 232.5º 0.04% 0.78% -
XYZ 50.06 52.29 60.88 -
YUV 191.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 190 191 198 0.04 0.04 0 0.22 232.5 0.07 0.76
Hex BE BF C6 4 4 0 16 E8 7 4C
Octal 276 277 306 4 4 0 26 350 7 114
Binary 10111110 10111111 11000110 100 100 0 10110 11101000 111 1001100

Color Harmonies of #BEBFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBFC6

Black with #BEBFC6

Text Example


Text Example

White with #BEBFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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