Html Css Color HEX #B9CAB0 Pumice

📋 copy color: '#B9CAB0'

red 185 ◦ green 202 ◦ blue 176

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

Shades of Pumice #B9CAB0

Tints of Pumice #B9CAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.88%

 BLUE value IS 176 (69.14% from 255) = 31.26%

R = 32.86%
G = 35.88%
B = 31.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#B9CAB0 (or 0xB9CAB0) is known color: Pumice. HEX triplet: B9, CA and B0. RGB value is (185,202,176). Sum of RGB (Red+Green+Blue) = 185+202+176=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CAB0 is #46354F. Grayscale: #C2C2C2. Windows color (decimal): -4601168 or 11586233. OLE color: 11586233.

HSL color Cylindrical-coordinate representation of color #B9CAB0: hue angle of 99.23º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9CAB0 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 176 -
CMYK 0.08 0 0.13 0.21
HSL 99.23º 0.2% 0.74% -
HSV(B) 99.23º 0.13% 0.79% -
XYZ 48.96 55.69 49.24 -
YUV 193.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 185 202 176 0.08 0 0.13 0.21 99.23 0.2 0.74
Hex B9 CA B0 8 0 D 15 63 14 4A
Octal 271 312 260 10 0 15 25 143 24 112
Binary 10111001 11001010 10110000 1000 0 1101 10101 1100011 10100 1001010

Color Harmonies of #B9CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CAB0

Black with #B9CAB0

Text Example


Text Example

White with #B9CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CAB0; }

 p { color: rgb(185,202,176); }

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

background-color css

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

 a { background-color: rgb(185,202,176); }

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

border-color css

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

 span { border-color: rgb(185,202,176); }

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