#B3C1AD

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

Shades of Rainee #B3C1AD

Tints of Rainee #B3C1AD

Color information

#B3C1AD (or 0xB3C1AD) is unknown color: approx Rainee. HEX triplet: B3, C1 and AD. RGB value is (179,193,173). Sum of RGB (Red+Green+Blue) = 179+193+173=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C1AD is #4C3E52. Grayscale: #BABABA. Windows color (decimal): -4996691 or 11387315. OLE color: 11387315.

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

Color convert

RGB179193173-
CMYK0.0700.100.24
HSL102º13.89%71.76%-
HSV(B)102º10.36%75.69%-
XYZ45.250.7446.95-
YUV186.53120.36122.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 193 (75.78% from 255) = 35.41%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=32.84%
G=35.41%
B=31.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791931730.0700.100.2410213.8971.76
HexB3C1AD70A1866e48
Octal26330125570123014616110
Binary1011001111000001101011011110101011000110011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C1AD; }

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

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

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

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

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

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

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

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