#B3CEAD

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

Shades of Rainee #B3CEAD

Tints of Rainee #B3CEAD

Color information

#B3CEAD (or 0xB3CEAD) is unknown color: approx Rainee. HEX triplet: B3, CE and AD. RGB value is (179,206,173). Sum of RGB (Red+Green+Blue) = 179+206+173=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CEAD is #4C3152. Grayscale: #C2C2C2. Windows color (decimal): -4993363 or 11390643. OLE color: 11390643.

HSL color Cylindrical-coordinate representation of color #B3CEAD: hue angle of 109.09º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3CEAD is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB179206173-
CMYK0.1300.160.19
HSL109.09º25.19%74.31%-
HSV(B)109.09º16.02%80.78%-
XYZ48.256.7447.95-
YUV194.16116.05117.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.08%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=32.08%
G=36.92%
B=31.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061730.1300.160.19109.0925.1974.31
HexB3CEADD010136d194a
Octal263316255150202315531112
Binary1011001111001110101011011101010000100111101101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEAD; }

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

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

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

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

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

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

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

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