Html Css Color HEX #B9C3B2 Pumice

📋 copy color: '#B9C3B2'

red 185 ◦ green 195 ◦ blue 178

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

Shades of Pumice #B9C3B2

Tints of Pumice #B9C3B2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.95%

 BLUE value IS 178 (69.92% from 255) = 31.9%

R = 33.15%
G = 34.95%
B = 31.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#B9C3B2 (or 0xB9C3B2) is known color: Pumice. HEX triplet: B9, C3 and B2. RGB value is (185,195,178). Sum of RGB (Red+Green+Blue) = 185+195+178=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C3B2 is #463C4D. Grayscale: #BEBEBE. Windows color (decimal): -4602958 or 11715513. OLE color: 11715513.

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

Color convert

RGB 185 195 178 -
CMYK 0.05 0 0.09 0.24
HSL 95.29º 0.12% 0.73% -
HSV(B) 95.29º 0.09% 0.76% -
XYZ 47.56 52.56 49.76 -
YUV 190.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 185 195 178 0.05 0 0.09 0.24 95.29 0.12 0.73
Hex B9 C3 B2 5 0 9 18 5F C 49
Octal 271 303 262 5 0 11 30 137 14 111
Binary 10111001 11000011 10110010 101 0 1001 11000 1011111 1100 1001001

Color Harmonies of #B9C3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C3B2

Black with #B9C3B2

Text Example


Text Example

White with #B9C3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C3B2; }

 p { color: rgb(185,195,178); }

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

background-color css

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

 a { background-color: rgb(185,195,178); }

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

border-color css

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

 span { border-color: rgb(185,195,178); }

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