#B4CEAD

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

Shades of Rainee #B4CEAD

Tints of Rainee #B4CEAD

Color information

#B4CEAD (or 0xB4CEAD) is unknown color: approx Rainee. HEX triplet: B4, CE and AD. RGB value is (180,206,173). Sum of RGB (Red+Green+Blue) = 180+206+173=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CEAD is #4B3152. Grayscale: #C2C2C2. Windows color (decimal): -4927827 or 11390644. OLE color: 11390644.

HSL color Cylindrical-coordinate representation of color #B4CEAD: hue angle of 107.27º 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 #B4CEAD is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB180206173-
CMYK0.1300.160.19
HSL107.27º25.19%74.31%-
HSV(B)107.27º16.02%80.78%-
XYZ48.4456.8647.96-
YUV194.46115.89117.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 206 (80.86% from 255) = 36.85%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=32.20%
G=36.85%
B=30.95%

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
Decimal1802061730.1300.160.19107.2725.1974.31
HexB4CEADD010136b194a
Octal264316255150202315331112
Binary1011010011001110101011011101010000100111101011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CEAD; }

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

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

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

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

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

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

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

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