Html Css Color HEX #BEBFC3 Ghost

📋 copy color: '#BEBFC3'

red 190 ◦ green 191 ◦ blue 195

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

Shades of Ghost #BEBFC3

Tints of Ghost #BEBFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.85%

R = 32.99%
G = 33.16%
B = 33.85%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BEBFC3 (or 0xBEBFC3) is known color: Ghost. HEX triplet: BE, BF and C3. RGB value is (190,191,195). Sum of RGB (Red+Green+Blue) = 190+191+195=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC3 is #41403C. Grayscale: #BFBFBF. Windows color (decimal): -4276285 or 12828606. OLE color: 12828606.

HSL color Cylindrical-coordinate representation of color #BEBFC3: hue angle of 228º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEBFC3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 191 195 -
CMYK 0.03 0.02 0 0.24
HSL 228º 0.04% 0.75% -
HSV(B) 228º 0.03% 0.76% -
XYZ 49.72 52.15 59.08 -
YUV 191.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 190 191 195 0.03 0.02 0 0.24 228 0.04 0.75
Hex BE BF C3 3 2 0 18 E4 4 4B
Octal 276 277 303 3 2 0 30 344 4 113
Binary 10111110 10111111 11000011 11 10 0 11000 11100100 100 1001011

Color Harmonies of #BEBFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBFC3

Black with #BEBFC3

Text Example


Text Example

White with #BEBFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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