Html Css Color HEX #B2C3A7 Pumice

📋 copy color: '#B2C3A7'

red 178 ◦ green 195 ◦ blue 167

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

Shades of Pumice #B2C3A7

Tints of Pumice #B2C3A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.93%

R = 32.96%
G = 36.11%
B = 30.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#B2C3A7 (or 0xB2C3A7) is known color: Pumice. HEX triplet: B2, C3 and A7. RGB value is (178,195,167). Sum of RGB (Red+Green+Blue) = 178+195+167=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 167 (65.62% from 255 or 30.93% from 540); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C3A7 is #4D3C58. Grayscale: #BABABA. Windows color (decimal): -5061721 or 10994610. OLE color: 10994610.

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

Color convert

RGB 178 195 167 -
CMYK 0.09 0 0.14 0.24
HSL 96.43º 0.19% 0.71% -
HSV(B) 96.43º 0.14% 0.76% -
XYZ 44.85 51.29 44.09 -
YUV 186.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 178 195 167 0.09 0 0.14 0.24 96.43 0.19 0.71
Hex B2 C3 A7 9 0 E 18 60 13 47
Octal 262 303 247 11 0 16 30 140 23 107
Binary 10110010 11000011 10100111 1001 0 1110 11000 1100000 10011 1000111

Color Harmonies of #B2C3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C3A7

Black with #B2C3A7

Text Example


Text Example

White with #B2C3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C3A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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