#B3CAAB

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

Shades of Rainee #B3CAAB

Tints of Rainee #B3CAAB

Color information

#B3CAAB (or 0xB3CAAB) is unknown color: approx Rainee. HEX triplet: B3, CA and AB. RGB value is (179,202,171). Sum of RGB (Red+Green+Blue) = 179+202+171=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CAAB is #4C3554. Grayscale: #BFBFBF. Windows color (decimal): -4994389 or 11258547. OLE color: 11258547.

HSL color Cylindrical-coordinate representation of color #B3CAAB: hue angle of 104.52º degrees, saturation: 0.23, 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 #B3CAAB is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB179202171-
CMYK0.1100.150.21
HSL104.52º22.63%73.14%-
HSV(B)104.52º15.35%79.22%-
XYZ47.0654.7746.62-
YUV191.59116.38119.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.43%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=32.43%
G=36.59%
B=30.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021710.1100.150.21104.5222.6373.14
HexB3CAABB0F15691749
Octal263312253130172515127111
Binary101100111100101010101011101101111101011101001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAAB; }

 p { color: rgb(179,202,171); }

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

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

 a { background-color: rgb(179,202,171); }

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

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

 span { border-color: rgb(179,202,171); }

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