Html Css Color HEX #B3C5A9 Pumice

📋 copy color: '#B3C5A9'

red 179 ◦ green 197 ◦ blue 169

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

Shades of Pumice #B3C5A9

Tints of Pumice #B3C5A9

RGB

 RED value IS 179 (70.31% from 255) = 32.84%

 GREEN value IS 197 (77.34% from 255) = 36.15%

 BLUE value IS 169 (66.41% from 255) = 31.01%

R = 32.84%
G = 36.15%
B = 31.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#B3C5A9 (or 0xB3C5A9) is known color: Pumice. HEX triplet: B3, C5 and A9. RGB value is (179,197,169). Sum of RGB (Red+Green+Blue) = 179+197+169=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C5A9 is #4C3A56. Grayscale: #BCBCBC. Windows color (decimal): -4995671 or 11126195. OLE color: 11126195.

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

Color convert

RGB 179 197 169 -
CMYK 0.09 0 0.14 0.23
HSL 98.57º 0.19% 0.72% -
HSV(B) 98.57º 0.14% 0.77% -
XYZ 45.72 52.38 45.24 -
YUV 188.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 179 197 169 0.09 0 0.14 0.23 98.57 0.19 0.72
Hex B3 C5 A9 9 0 E 17 63 13 48
Octal 263 305 251 11 0 16 27 143 23 110
Binary 10110011 11000101 10101001 1001 0 1110 10111 1100011 10011 1001000

Color Harmonies of #B3C5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C5A9

Black with #B3C5A9

Text Example


Text Example

White with #B3C5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C5A9; }

 p { color: rgb(179,197,169); }

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

background-color css

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

 a { background-color: rgb(179,197,169); }

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

border-color css

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

 span { border-color: rgb(179,197,169); }

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