Html Css Color HEX #B4C3A9 Pumice

📋 copy color: '#B4C3A9'

red 180 ◦ green 195 ◦ blue 169

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

Shades of Pumice #B4C3A9

Tints of Pumice #B4C3A9

RGB

 RED value IS 180 (70.7% from 255) = 33.09%

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

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

R = 33.09%
G = 35.85%
B = 31.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#B4C3A9 (or 0xB4C3A9) is known color: Pumice. HEX triplet: B4, C3 and A9. RGB value is (180,195,169). Sum of RGB (Red+Green+Blue) = 180+195+169=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C3A9 is #4B3C56. Grayscale: #BBBBBB. Windows color (decimal): -4930647 or 11125684. OLE color: 11125684.

HSL color Cylindrical-coordinate representation of color #B4C3A9: hue angle of 94.62º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4C3A9 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 195 169 -
CMYK 0.08 0 0.13 0.24
HSL 94.62º 0.18% 0.71% -
HSV(B) 94.62º 0.13% 0.76% -
XYZ 45.5 51.6 45.1 -
YUV 187.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 180 195 169 0.08 0 0.13 0.24 94.62 0.18 0.71
Hex B4 C3 A9 8 0 D 18 5F 12 47
Octal 264 303 251 10 0 15 30 137 22 107
Binary 10110100 11000011 10101001 1000 0 1101 11000 1011111 10010 1000111

Color Harmonies of #B4C3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C3A9

Black with #B4C3A9

Text Example


Text Example

White with #B4C3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C3A9; }

 p { color: rgb(180,195,169); }

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

background-color css

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

 a { background-color: rgb(180,195,169); }

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

border-color css

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

 span { border-color: rgb(180,195,169); }

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