Html Css Color HEX #BBBEB8 Pumice

📋 copy color: '#BBBEB8'

red 187 ◦ green 190 ◦ blue 184

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

Shades of Pumice #BBBEB8

Tints of Pumice #BBBEB8

RGB

 RED value IS 187 (73.44% from 255) = 33.33%

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

 BLUE value IS 184 (72.27% from 255) = 32.8%

R = 33.33%
G = 33.87%
B = 32.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BBBEB8 (or 0xBBBEB8) is known color: Pumice. HEX triplet: BB, BE and B8. RGB value is (187,190,184). Sum of RGB (Red+Green+Blue) = 187+190+184=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEB8 is #444147. Grayscale: #BCBCBC. Windows color (decimal): -4473160 or 12107451. OLE color: 12107451.

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

Color convert

RGB 187 190 184 -
CMYK 0.02 0 0.03 0.25
HSL 90º 0.04% 0.73% -
HSV(B) 90º 0.03% 0.75% -
XYZ 47.56 50.85 52.66 -
YUV 188.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 187 190 184 0.02 0 0.03 0.25 90 0.04 0.73
Hex BB BE B8 2 0 3 19 5A 4 49
Octal 273 276 270 2 0 3 31 132 4 111
Binary 10111011 10111110 10111000 10 0 11 11001 1011010 100 1001001

Color Harmonies of #BBBEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBEB8

Black with #BBBEB8

Text Example


Text Example

White with #BBBEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBEB8; }

 p { color: rgb(187,190,184); }

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

background-color css

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

 a { background-color: rgb(187,190,184); }

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

border-color css

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

 span { border-color: rgb(187,190,184); }

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