#B7C7B1

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

Shades of Rainee #B7C7B1

Tints of Rainee #B7C7B1

Color information

#B7C7B1 (or 0xB7C7B1) is unknown color: approx Rainee. HEX triplet: B7, C7 and B1. RGB value is (183,199,177). Sum of RGB (Red+Green+Blue) = 183+199+177=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #B7C7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C7B1 is #48384E. Grayscale: #BFBFBF. Windows color (decimal): -4733007 or 11650999. OLE color: 11650999.

HSL color Cylindrical-coordinate representation of color #B7C7B1: hue angle of 103.64º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7C7B1 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB183199177-
CMYK0.0800.110.22
HSL103.64º16.42%73.73%-
HSV(B)103.64º11.06%78.04%-
XYZ47.8954.0949.51-
YUV191.71119.7121.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.74%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 177 (69.53% from 255) = 31.66%
R=32.74%
G=35.60%
B=31.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831991770.0800.110.22103.6416.4273.73
HexB7C7B180B1668104a
Octal267307261100132615020112
Binary101101111100011110110001100001011101101101000100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C7B1; }

 p { color: rgb(183,199,177); }

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

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

 a { background-color: rgb(183,199,177); }

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

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

 span { border-color: rgb(183,199,177); }

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