#B7CAAE

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

Shades of Pumice #B7CAAE

Tints of Pumice #B7CAAE

Color information

#B7CAAE (or 0xB7CAAE) is unknown color: approx Pumice. HEX triplet: B7, CA and AE. RGB value is (183,202,174). Sum of RGB (Red+Green+Blue) = 183+202+174=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CAAE is #483551. Grayscale: #C1C1C1. Windows color (decimal): -4732242 or 11455159. OLE color: 11455159.

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

Color convert

RGB183202174-
CMYK0.0900.140.21
HSL100.71º20.9%73.73%-
HSV(B)100.71º13.86%79.22%-
XYZ48.2955.3648.19-
YUV193.13117.21120.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.74%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=32.74%
G=36.14%
B=31.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021740.0900.140.21100.7120.973.73
HexB7CAAE90E1565154a
Octal267312256110162514525112
Binary101101111100101010101110100101110101011100101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CAAE; }

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

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

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

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

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

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

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

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