#B0CCAA

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

Shades of Rainee #B0CCAA

Tints of Rainee #B0CCAA

Color information

#B0CCAA (or 0xB0CCAA) is unknown color: approx Rainee. HEX triplet: B0, CC and AA. RGB value is (176,204,170). Sum of RGB (Red+Green+Blue) = 176+204+170=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CCAA is #4F3355. Grayscale: #BFBFBF. Windows color (decimal): -5190486 or 11193520. OLE color: 11193520.

HSL color Cylindrical-coordinate representation of color #B0CCAA: hue angle of 109.41º 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 #B0CCAA is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB176204170-
CMYK0.1400.170.2
HSL109.41º25%73.33%-
HSV(B)109.41º16.67%80%-
XYZ46.7555.3246.24-
YUV191.75115.72116.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 204 (80.08% from 255) = 37.09%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=32%
G=37.09%
B=30.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762041700.1400.170.2109.412573.33
HexB0CCAAE011146d1949
Octal260314252160212415531111
Binary1011000011001100101010101110010001101001101101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCAA; }

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

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

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

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

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

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

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

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