#BBC7AF

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

Shades of Pumice #BBC7AF

Tints of Pumice #BBC7AF

Color information

#BBC7AF (or 0xBBC7AF) is unknown color: approx Pumice. HEX triplet: BB, C7 and AF. RGB value is (187,199,175). Sum of RGB (Red+Green+Blue) = 187+199+175=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC7AF is #443850. Grayscale: #C0C0C0. Windows color (decimal): -4470865 or 11519931. OLE color: 11519931.

HSL color Cylindrical-coordinate representation of color #BBC7AF: hue angle of 90º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC7AF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB187199175-
CMYK0.0600.120.22
HSL90º17.65%73.33%-
HSV(B)90º12.06%78.04%-
XYZ48.6554.5148.51-
YUV192.68118.02123.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 199 (78.12% from 255) = 35.47%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=33.33%
G=35.47%
B=31.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871991750.0600.120.229017.6573.33
HexBBC7AF60C165a1249
Octal27330725760142613222111
Binary10111011110001111010111111001100101101011010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7AF; }

 p { color: rgb(187,199,175); }

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

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

 a { background-color: rgb(187,199,175); }

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

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

 span { border-color: rgb(187,199,175); }

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