Html Css Color HEX #BEBFBD Pumice

📋 copy color: '#BEBFBD'

red 190 ◦ green 191 ◦ blue 189

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

Shades of Pumice #BEBFBD

Tints of Pumice #BEBFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.16%

R = 33.33%
G = 33.51%
B = 33.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BEBFBD (or 0xBEBFBD) is known color: Pumice. HEX triplet: BE, BF and BD. RGB value is (190,191,189). Sum of RGB (Red+Green+Blue) = 190+191+189=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFBD is #414042. Grayscale: #BEBEBE. Windows color (decimal): -4276291 or 12435390. OLE color: 12435390.

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

Color convert

RGB 190 191 189 -
CMYK 0.01 0 0.01 0.25
HSL 90º 0.02% 0.75% -
HSV(B) 90º 0.01% 0.75% -
XYZ 49.05 51.88 55.57 -
YUV 190.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 190 191 189 0.01 0 0.01 0.25 90 0.02 0.75
Hex BE BF BD 1 0 1 19 5A 2 4B
Octal 276 277 275 1 0 1 31 132 2 113
Binary 10111110 10111111 10111101 1 0 1 11001 1011010 10 1001011

Color Harmonies of #BEBFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBFBD

Black with #BEBFBD

Text Example


Text Example

White with #BEBFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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