#B3C0AD

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

Shades of Rainee #B3C0AD

Tints of Rainee #B3C0AD

Color information

#B3C0AD (or 0xB3C0AD) is unknown color: approx Rainee. HEX triplet: B3, C0 and AD. RGB value is (179,192,173). Sum of RGB (Red+Green+Blue) = 179+192+173=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C0AD is #4C3F52. Grayscale: #BABABA. Windows color (decimal): -4996947 or 11387059. OLE color: 11387059.

HSL color Cylindrical-coordinate representation of color #B3C0AD: hue angle of 101.05º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C0AD is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB179192173-
CMYK0.0700.100.25
HSL101.05º13.1%71.57%-
HSV(B)101.05º9.9%75.29%-
XYZ44.9850.346.87-
YUV185.95120.69123.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 192 (75.39% from 255) = 35.29%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=32.90%
G=35.29%
B=31.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921730.0700.100.25101.0513.171.57
HexB3C0AD70A1965d48
Octal26330025570123114515110
Binary1011001111000000101011011110101011001110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C0AD; }

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

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

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

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

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

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

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

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