Html Css Color HEX #B9CBAF Pumice

📋 copy color: '#B9CBAF'

red 185 ◦ green 203 ◦ blue 175

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

Shades of Pumice #B9CBAF

Tints of Pumice #B9CBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.06%

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

R = 32.86%
G = 36.06%
B = 31.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#B9CBAF (or 0xB9CBAF) is known color: Pumice. HEX triplet: B9, CB and AF. RGB value is (185,203,175). Sum of RGB (Red+Green+Blue) = 185+203+175=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CBAF is #463450. Grayscale: #C2C2C2. Windows color (decimal): -4600913 or 11520953. OLE color: 11520953.

HSL color Cylindrical-coordinate representation of color #B9CBAF: hue angle of 98.57º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9CBAF is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 203 175 -
CMYK 0.09 0 0.14 0.20
HSL 98.57º 0.21% 0.74% -
HSV(B) 98.57º 0.14% 0.8% -
XYZ 49.1 56.12 48.8 -
YUV 194.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 185 203 175 0.09 0 0.14 0.20 98.57 0.21 0.74
Hex B9 CB AF 9 0 E 14 63 15 4A
Octal 271 313 257 11 0 16 24 143 25 112
Binary 10111001 11001011 10101111 1001 0 1110 10100 1100011 10101 1001010

Color Harmonies of #B9CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CBAF

Black with #B9CBAF

Text Example


Text Example

White with #B9CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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