#B3C2AD

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

Shades of Rainee #B3C2AD

Tints of Rainee #B3C2AD

Color information

#B3C2AD (or 0xB3C2AD) is unknown color: approx Rainee. HEX triplet: B3, C2 and AD. RGB value is (179,194,173). Sum of RGB (Red+Green+Blue) = 179+194+173=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C2AD is #4C3D52. Grayscale: #BBBBBB. Windows color (decimal): -4996435 or 11387571. OLE color: 11387571.

HSL color Cylindrical-coordinate representation of color #B3C2AD: hue angle of 102.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3C2AD is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB179194173-
CMYK0.0800.110.24
HSL102.86º14.69%71.96%-
HSV(B)102.86º10.82%76.08%-
XYZ45.4351.1847.02-
YUV187.12120.03122.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.78%
GREEN value IS 194 (76.17% from 255) = 35.53%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=32.78%
G=35.53%
B=31.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941730.0800.110.24102.8614.6971.96
HexB3C2AD80B1867f48
Octal263302255100133014717110
Binary10110011110000101010110110000101111000110011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C2AD; }

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

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

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

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

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

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

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

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