Html Css Color HEX #B6BBB1 Pumice

📋 copy color: '#B6BBB1'

red 182 ◦ green 187 ◦ blue 177

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

Shades of Pumice #B6BBB1

Tints of Pumice #B6BBB1

RGB

 RED value IS 182 (71.48% from 255) = 33.33%

 GREEN value IS 187 (73.44% from 255) = 34.25%

 BLUE value IS 177 (69.53% from 255) = 32.42%

R = 33.33%
G = 34.25%
B = 32.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B6BBB1 (or 0xB6BBB1) is known color: Pumice. HEX triplet: B6, BB and B1. RGB value is (182,187,177). Sum of RGB (Red+Green+Blue) = 182+187+177=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BBB1 is #49444E. Grayscale: #B8B8B8. Windows color (decimal): -4801615 or 11647926. OLE color: 11647926.

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

Color convert

RGB 182 187 177 -
CMYK 0.03 0 0.05 0.27
HSL 90º 0.07% 0.71% -
HSV(B) 90º 0.05% 0.73% -
XYZ 45 48.66 48.62 -
YUV 184.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 182 187 177 0.03 0 0.05 0.27 90 0.07 0.71
Hex B6 BB B1 3 0 5 1B 5A 7 47
Octal 266 273 261 3 0 5 33 132 7 107
Binary 10110110 10111011 10110001 11 0 101 11011 1011010 111 1000111

Color Harmonies of #B6BBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BBB1

Black with #B6BBB1

Text Example


Text Example

White with #B6BBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BBB1; }

 p { color: rgb(182,187,177); }

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

background-color css

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

 a { background-color: rgb(182,187,177); }

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

border-color css

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

 span { border-color: rgb(182,187,177); }

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