#B0C2AA

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

Shades of Rainee #B0C2AA

Tints of Rainee #B0C2AA

Color information

#B0C2AA (or 0xB0C2AA) is unknown color: approx Rainee. HEX triplet: B0, C2 and AA. RGB value is (176,194,170). Sum of RGB (Red+Green+Blue) = 176+194+170=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C2AA is #4F3D55. Grayscale: #B9B9B9. Windows color (decimal): -5193046 or 11190960. OLE color: 11190960.

HSL color Cylindrical-coordinate representation of color #B0C2AA: hue angle of 105º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C2AA is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB176194170-
CMYK0.0900.120.24
HSL105º16.44%71.37%-
HSV(B)105º12.37%76.08%-
XYZ44.4550.7245.48-
YUV185.88119.04120.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 194 (76.17% from 255) = 35.93%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=32.59%
G=35.93%
B=31.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761941700.0900.120.2410516.4471.37
HexB0C2AA90C18691047
Octal260302252110143015120107
Binary101100001100001010101010100101100110001101001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C2AA; }

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

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

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

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

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

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

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

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