Html Css Color HEX #B6BBB2 Pumice

📋 copy color: '#B6BBB2'

red 182 ◦ green 187 ◦ blue 178

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

Shades of Pumice #B6BBB2

Tints of Pumice #B6BBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.54%

R = 33.27%
G = 34.19%
B = 32.54%

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

#B6BBB2 (or 0xB6BBB2) is known color: Pumice. HEX triplet: B6, BB and B2. RGB value is (182,187,178). Sum of RGB (Red+Green+Blue) = 182+187+178=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BBB2 is #49444D. Grayscale: #B8B8B8. Windows color (decimal): -4801614 or 11713462. OLE color: 11713462.

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

Color convert

RGB 182 187 178 -
CMYK 0.03 0 0.05 0.27
HSL 93.33º 0.06% 0.72% -
HSV(B) 93.33º 0.05% 0.73% -
XYZ 45.1 48.7 49.14 -
YUV 184.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 182 187 178 0.03 0 0.05 0.27 93.33 0.06 0.72
Hex B6 BB B2 3 0 5 1B 5D 6 48
Octal 266 273 262 3 0 5 33 135 6 110
Binary 10110110 10111011 10110010 11 0 101 11011 1011101 110 1001000

Color Harmonies of #B6BBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BBB2

Black with #B6BBB2

Text Example


Text Example

White with #B6BBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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