#B4CDAA

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

Shades of Rainee #B4CDAA

Tints of Rainee #B4CDAA

Color information

#B4CDAA (or 0xB4CDAA) is unknown color: approx Rainee. HEX triplet: B4, CD and AA. RGB value is (180,205,170). Sum of RGB (Red+Green+Blue) = 180+205+170=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CDAA is #4B3255. Grayscale: #C1C1C1. Windows color (decimal): -4928086 or 11193780. OLE color: 11193780.

HSL color Cylindrical-coordinate representation of color #B4CDAA: hue angle of 102.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4CDAA is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB180205170-
CMYK0.1200.170.20
HSL102.86º25.93%73.53%-
HSV(B)102.86º17.07%80.39%-
XYZ47.9156.2746.37-
YUV193.54114.72118.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=32.43%
G=36.94%
B=30.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802051700.1200.170.20102.8625.9373.53
HexB4CDAAC01114671a4a
Octal264315252140212414732112
Binary1011010011001101101010101100010001101001100111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDAA; }

 p { color: rgb(180,205,170); }

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

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

 a { background-color: rgb(180,205,170); }

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

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

 span { border-color: rgb(180,205,170); }

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