Html Css Color HEX #B6C1AF Pumice

📋 copy color: '#B6C1AF'

red 182 ◦ green 193 ◦ blue 175

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

Shades of Pumice #B6C1AF

Tints of Pumice #B6C1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.09%

 BLUE value IS 175 (68.75% from 255) = 31.82%

R = 33.09%
G = 35.09%
B = 31.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#B6C1AF (or 0xB6C1AF) is known color: Pumice. HEX triplet: B6, C1 and AF. RGB value is (182,193,175). Sum of RGB (Red+Green+Blue) = 182+193+175=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C1AF is #493E50. Grayscale: #BBBBBB. Windows color (decimal): -4800081 or 11518390. OLE color: 11518390.

HSL color Cylindrical-coordinate representation of color #B6C1AF: hue angle of 96.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6C1AF is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 193 175 -
CMYK 0.06 0 0.09 0.24
HSL 96.67º 0.13% 0.72% -
HSV(B) 96.67º 0.09% 0.76% -
XYZ 46.1 51.18 48.01 -
YUV 187.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 182 193 175 0.06 0 0.09 0.24 96.67 0.13 0.72
Hex B6 C1 AF 6 0 9 18 61 D 48
Octal 266 301 257 6 0 11 30 141 15 110
Binary 10110110 11000001 10101111 110 0 1001 11000 1100001 1101 1001000

Color Harmonies of #B6C1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C1AF

Black with #B6C1AF

Text Example


Text Example

White with #B6C1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C1AF; }

 p { color: rgb(182,193,175); }

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

background-color css

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

 a { background-color: rgb(182,193,175); }

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

border-color css

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

 span { border-color: rgb(182,193,175); }

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