#B3CCAA

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

Shades of Rainee #B3CCAA

Tints of Rainee #B3CCAA

Color information

#B3CCAA (or 0xB3CCAA) is unknown color: approx Rainee. HEX triplet: B3, CC and AA. RGB value is (179,204,170). Sum of RGB (Red+Green+Blue) = 179+204+170=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CCAA is #4C3355. Grayscale: #C0C0C0. Windows color (decimal): -4993878 or 11193523. OLE color: 11193523.

HSL color Cylindrical-coordinate representation of color #B3CCAA: hue angle of 104.12º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3CCAA is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB179204170-
CMYK0.1200.170.2
HSL104.12º25%73.33%-
HSV(B)104.12º16.67%80%-
XYZ47.4455.6746.28-
YUV192.65115.22118.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=32.37%
G=36.89%
B=30.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1792041700.1200.170.2104.122573.33
HexB3CCAAC01114681949
Octal263314252140212415031111
Binary1011001111001100101010101100010001101001101000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CCAA; }

 p { color: rgb(179,204,170); }

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

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

 a { background-color: rgb(179,204,170); }

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

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

 span { border-color: rgb(179,204,170); }

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