#B7C1B4

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

Shades of Rainee #B7C1B4

Tints of Rainee #B7C1B4

Color information

#B7C1B4 (or 0xB7C1B4) is unknown color: approx Rainee. HEX triplet: B7, C1 and B4. RGB value is (183,193,180). Sum of RGB (Red+Green+Blue) = 183+193+180=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C1B4 is #483E4B. Grayscale: #BCBCBC. Windows color (decimal): -4734540 or 11846071. OLE color: 11846071.

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

Color convert

RGB183193180-
CMYK0.0500.070.24
HSL106.15º9.49%73.14%-
HSV(B)106.15º6.74%75.69%-
XYZ46.8451.550.65-
YUV188.53123.19124.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.91%
GREEN value IS 193 (75.78% from 255) = 34.71%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=32.91%
G=34.71%
B=32.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831931800.0500.070.24106.159.4973.14
HexB7C1B4507186a949
Octal2673012645073015211111
Binary101101111100000110110100101011111000110101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C1B4; }

 p { color: rgb(183,193,180); }

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

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

 a { background-color: rgb(183,193,180); }

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

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

 span { border-color: rgb(183,193,180); }

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