#B4C9AB

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

Shades of Rainee #B4C9AB

Tints of Rainee #B4C9AB

Color information

#B4C9AB (or 0xB4C9AB) is unknown color: approx Rainee. HEX triplet: B4, C9 and AB. RGB value is (180,201,171). Sum of RGB (Red+Green+Blue) = 180+201+171=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C9AB is #4B3654. Grayscale: #BFBFBF. Windows color (decimal): -4929109 or 11258292. OLE color: 11258292.

HSL color Cylindrical-coordinate representation of color #B4C9AB: hue angle of 102º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4C9AB is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB180201171-
CMYK0.1000.150.21
HSL102º21.74%72.94%-
HSV(B)102º14.93%78.82%-
XYZ47.0654.4246.55-
YUV191.3116.54119.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.61%
GREEN value IS 201 (78.91% from 255) = 36.41%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=32.61%
G=36.41%
B=30.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802011710.1000.150.2110221.7472.94
HexB4C9ABA0F15661649
Octal264311253120172514626111
Binary101101001100100110101011101001111101011100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C9AB; }

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

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

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

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

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

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

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

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