Html Css Color HEX #B9C8AF Pumice

📋 copy color: '#B9C8AF'

red 185 ◦ green 200 ◦ blue 175

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

Shades of Pumice #B9C8AF

Tints of Pumice #B9C8AF

RGB

 RED value IS 185 (72.66% from 255) = 33.04%

 GREEN value IS 200 (78.52% from 255) = 35.71%

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

R = 33.04%
G = 35.71%
B = 31.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#B9C8AF (or 0xB9C8AF) is known color: Pumice. HEX triplet: B9, C8 and AF. RGB value is (185,200,175). Sum of RGB (Red+Green+Blue) = 185+200+175=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C8AF is #463750. Grayscale: #C0C0C0. Windows color (decimal): -4601681 or 11520185. OLE color: 11520185.

HSL color Cylindrical-coordinate representation of color #B9C8AF: hue angle of 96º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9C8AF is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 200 175 -
CMYK 0.08 0 0.12 0.22
HSL 96º 0.19% 0.74% -
HSV(B) 96º 0.13% 0.78% -
XYZ 48.4 54.72 48.57 -
YUV 192.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 185 200 175 0.08 0 0.12 0.22 96 0.19 0.74
Hex B9 C8 AF 8 0 C 16 60 13 4A
Octal 271 310 257 10 0 14 26 140 23 112
Binary 10111001 11001000 10101111 1000 0 1100 10110 1100000 10011 1001010

Color Harmonies of #B9C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C8AF

Black with #B9C8AF

Text Example


Text Example

White with #B9C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C8AF; }

 p { color: rgb(185,200,175); }

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

background-color css

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

 a { background-color: rgb(185,200,175); }

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

border-color css

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

 span { border-color: rgb(185,200,175); }

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