Html Css Color HEX #B6BAB3 Pumice

📋 copy color: '#B6BAB3'

red 182 ◦ green 186 ◦ blue 179

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

Shades of Pumice #B6BAB3

Tints of Pumice #B6BAB3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34%

 BLUE value IS 179 (70.31% from 255) = 32.72%

R = 33.27%
G = 34%
B = 32.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B6BAB3 (or 0xB6BAB3) is known color: Pumice. HEX triplet: B6, BA and B3. RGB value is (182,186,179). Sum of RGB (Red+Green+Blue) = 182+186+179=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BAB3 is #49454C. Grayscale: #B8B8B8. Windows color (decimal): -4801869 or 11778742. OLE color: 11778742.

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

Color convert

RGB 182 186 179 -
CMYK 0.02 0 0.04 0.27
HSL 94.29º 0.05% 0.72% -
HSV(B) 94.29º 0.04% 0.73% -
XYZ 44.99 48.32 49.6 -
YUV 184.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 182 186 179 0.02 0 0.04 0.27 94.29 0.05 0.72
Hex B6 BA B3 2 0 4 1B 5E 5 48
Octal 266 272 263 2 0 4 33 136 5 110
Binary 10110110 10111010 10110011 10 0 100 11011 1011110 101 1001000

Color Harmonies of #B6BAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BAB3

Black with #B6BAB3

Text Example


Text Example

White with #B6BAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BAB3; }

 p { color: rgb(182,186,179); }

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

background-color css

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

 a { background-color: rgb(182,186,179); }

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

border-color css

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

 span { border-color: rgb(182,186,179); }

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