Html Css Color HEX #BBBDB9 Pumice

📋 copy color: '#BBBDB9'

red 187 ◦ green 189 ◦ blue 185

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

Shades of Pumice #BBBDB9

Tints of Pumice #BBBDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.69%

 BLUE value IS 185 (72.66% from 255) = 32.98%

R = 33.33%
G = 33.69%
B = 32.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BBBDB9 (or 0xBBBDB9) is known color: Pumice. HEX triplet: BB, BD and B9. RGB value is (187,189,185). Sum of RGB (Red+Green+Blue) = 187+189+185=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDB9 is #444246. Grayscale: #BBBBBB. Windows color (decimal): -4473415 or 12172731. OLE color: 12172731.

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

Color convert

RGB 187 189 185 -
CMYK 0.01 0 0.02 0.26
HSL 90º 0.03% 0.73% -
HSV(B) 90º 0.02% 0.74% -
XYZ 47.45 50.46 53.14 -
YUV 187.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 187 189 185 0.01 0 0.02 0.26 90 0.03 0.73
Hex BB BD B9 1 0 2 1A 5A 3 49
Octal 273 275 271 1 0 2 32 132 3 111
Binary 10111011 10111101 10111001 1 0 10 11010 1011010 11 1001001

Color Harmonies of #BBBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDB9

Black with #BBBDB9

Text Example


Text Example

White with #BBBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDB9; }

 p { color: rgb(187,189,185); }

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

background-color css

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

 a { background-color: rgb(187,189,185); }

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

border-color css

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

 span { border-color: rgb(187,189,185); }

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