#B4C3AD

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

Shades of Rainee #B4C3AD

Tints of Rainee #B4C3AD

Color information

#B4C3AD (or 0xB4C3AD) is unknown color: approx Rainee. HEX triplet: B4, C3 and AD. RGB value is (180,195,173). Sum of RGB (Red+Green+Blue) = 180+195+173=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C3AD is #4B3C52. Grayscale: #BCBCBC. Windows color (decimal): -4930643 or 11387828. OLE color: 11387828.

HSL color Cylindrical-coordinate representation of color #B4C3AD: hue angle of 100.91º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4C3AD is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB180195173-
CMYK0.0800.110.24
HSL100.91º15.49%72.16%-
HSV(B)100.91º11.28%76.47%-
XYZ45.8851.7547.11-
YUV188.01119.53122.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 195 (76.56% from 255) = 35.58%
BLUE value IS 173 (67.97% from 255) = 31.57%
R=32.85%
G=35.58%
B=31.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801951730.0800.110.24100.9115.4972.16
HexB4C3AD80B1865f48
Octal264303255100133014517110
Binary10110100110000111010110110000101111000110010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C3AD; }

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

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

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

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

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

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

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

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