#B4CAAF

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

Shades of Rainee #B4CAAF

Tints of Rainee #B4CAAF

Color information

#B4CAAF (or 0xB4CAAF) is unknown color: approx Rainee. HEX triplet: B4, CA and AF. RGB value is (180,202,175). Sum of RGB (Red+Green+Blue) = 180+202+175=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CAAF is #4B3550. Grayscale: #C0C0C0. Windows color (decimal): -4928849 or 11520692. OLE color: 11520692.

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

Color convert

RGB180202175-
CMYK0.1100.130.21
HSL108.89º20.3%73.92%-
HSV(B)108.89º13.37%79.22%-
XYZ47.6855.0448.67-
YUV192.34118.21119.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=32.32%
G=36.27%
B=31.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021750.1100.130.21108.8920.373.92
HexB4CAAFB0D156d144a
Octal264312257130152515524112
Binary101101001100101010101111101101101101011101101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CAAF; }

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

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

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

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

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

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

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

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