#B4CAAE

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

Shades of Rainee #B4CAAE

Tints of Rainee #B4CAAE

Color information

#B4CAAE (or 0xB4CAAE) is unknown color: approx Rainee. HEX triplet: B4, CA and AE. RGB value is (180,202,174). Sum of RGB (Red+Green+Blue) = 180+202+174=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CAAE is #4B3551. Grayscale: #C0C0C0. Windows color (decimal): -4928850 or 11455156. OLE color: 11455156.

HSL color Cylindrical-coordinate representation of color #B4CAAE: hue angle of 107.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4CAAE is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB180202174-
CMYK0.1100.140.21
HSL107.14º20.9%73.73%-
HSV(B)107.14º13.86%79.22%-
XYZ47.585548.15-
YUV192.23117.71119.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=32.37%
G=36.33%
B=31.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021740.1100.140.21107.1420.973.73
HexB4CAAEB0E156b154a
Octal264312256130162515325112
Binary101101001100101010101110101101110101011101011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CAAE; }

 p { color: rgb(180,202,174); }

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

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

 a { background-color: rgb(180,202,174); }

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

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

 span { border-color: rgb(180,202,174); }

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