Html Css Color HEX #B2C3A9 Pumice

📋 copy color: '#B2C3A9'

red 178 ◦ green 195 ◦ blue 169

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

Shades of Pumice #B2C3A9

Tints of Pumice #B2C3A9

RGB

 RED value IS 178 (69.92% from 255) = 32.84%

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

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

R = 32.84%
G = 35.98%
B = 31.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#B2C3A9 (or 0xB2C3A9) is known color: Pumice. HEX triplet: B2, C3 and A9. RGB value is (178,195,169). Sum of RGB (Red+Green+Blue) = 178+195+169=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C3A9 is #4D3C56. Grayscale: #BBBBBB. Windows color (decimal): -5061719 or 11125682. OLE color: 11125682.

HSL color Cylindrical-coordinate representation of color #B2C3A9: hue angle of 99.23º 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 #B2C3A9 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 169 -
CMYK 0.09 0 0.13 0.24
HSL 99.23º 0.18% 0.71% -
HSV(B) 99.23º 0.13% 0.76% -
XYZ 45.04 51.36 45.08 -
YUV 186.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 178 195 169 0.09 0 0.13 0.24 99.23 0.18 0.71
Hex B2 C3 A9 9 0 D 18 63 12 47
Octal 262 303 251 11 0 15 30 143 22 107
Binary 10110010 11000011 10101001 1001 0 1101 11000 1100011 10010 1000111

Color Harmonies of #B2C3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C3A9

Black with #B2C3A9

Text Example


Text Example

White with #B2C3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C3A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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