#B7C0B3

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

Shades of Rainee #B7C0B3

Tints of Rainee #B7C0B3

Color information

#B7C0B3 (or 0xB7C0B3) is unknown color: approx Rainee. HEX triplet: B7, C0 and B3. RGB value is (183,192,179). Sum of RGB (Red+Green+Blue) = 183+192+179=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0B3 is #483F4C. Grayscale: #BBBBBB. Windows color (decimal): -4734797 or 11780279. OLE color: 11780279.

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

Color convert

RGB183192179-
CMYK0.0500.070.25
HSL101.54º9.35%72.75%-
HSV(B)101.54º6.77%75.29%-
XYZ46.5151.0250.04-
YUV187.83123.02124.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.03%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 179 (70.31% from 255) = 32.31%
R=33.03%
G=34.66%
B=32.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831921790.0500.070.25101.549.3572.75
HexB7C0B35071966949
Octal2673002635073114611111
Binary101101111100000010110011101011111001110011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C0B3; }

 p { color: rgb(183,192,179); }

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

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

 a { background-color: rgb(183,192,179); }

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

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

 span { border-color: rgb(183,192,179); }

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