#B7CAAC

Color #B7CAAC Pumice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumice #B7CAAC

Tints of Pumice #B7CAAC

Color information

#B7CAAC (or 0xB7CAAC) is unknown color: approx Pumice. HEX triplet: B7, CA and AC. RGB value is (183,202,172). Sum of RGB (Red+Green+Blue) = 183+202+172=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CAAC is #483553. Grayscale: #C1C1C1. Windows color (decimal): -4732244 or 11324087. OLE color: 11324087.

HSL color Cylindrical-coordinate representation of color #B7CAAC: hue angle of 98º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7CAAC is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB183202172-
CMYK0.0900.150.21
HSL98º22.06%73.33%-
HSV(B)98º14.85%79.22%-
XYZ48.155.2947.17-
YUV192.9116.21120.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.85%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=32.85%
G=36.27%
B=30.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021720.0900.150.219822.0673.33
HexB7CAAC90F15621649
Octal267312254110172514226111
Binary101101111100101010101100100101111101011100010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CAAC; }

 p { color: rgb(183,202,172); }

 H1.HeaderClassName
 {
   color: #B7CAAC;
 }
 .AnyTagClassName
 {
   color: #B7CAAC;
 }
</style>
background-color css

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

 a { background-color: rgb(183,202,172); }

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

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

 span { border-color: rgb(183,202,172); }

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