#B4CDAB

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

Shades of Rainee #B4CDAB

Tints of Rainee #B4CDAB

Color information

#B4CDAB (or 0xB4CDAB) is unknown color: approx Rainee. HEX triplet: B4, CD and AB. RGB value is (180,205,171). Sum of RGB (Red+Green+Blue) = 180+205+171=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CDAB is #4B3254. Grayscale: #C1C1C1. Windows color (decimal): -4928085 or 11259316. OLE color: 11259316.

HSL color Cylindrical-coordinate representation of color #B4CDAB: hue angle of 104.12º degrees, saturation: 0.25, 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 #B4CDAB is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB180205171-
CMYK0.1200.170.20
HSL104.12º25.37%73.73%-
HSV(B)104.12º16.59%80.39%-
XYZ4856.3146.87-
YUV193.65115.22118.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=32.37%
G=36.87%
B=30.76%

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
Decimal1802051710.1200.170.20104.1225.3773.73
HexB4CDABC0111468194a
Octal264315253140212415031112
Binary1011010011001101101010111100010001101001101000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDAB; }

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

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

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

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

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

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

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

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