#B0C7AB

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

Shades of Rainee #B0C7AB

Tints of Rainee #B0C7AB

Color information

#B0C7AB (or 0xB0C7AB) is unknown color: approx Rainee. HEX triplet: B0, C7 and AB. RGB value is (176,199,171). Sum of RGB (Red+Green+Blue) = 176+199+171=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C7AB is #4F3854. Grayscale: #BDBDBD. Windows color (decimal): -5191765 or 11257776. OLE color: 11257776.

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

Color convert

RGB176199171-
CMYK0.1200.140.22
HSL109.29º20%72.55%-
HSV(B)109.29º14.07%78.04%-
XYZ45.6853.0246.35-
YUV188.93117.88118.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 199 (78.12% from 255) = 36.45%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=32.23%
G=36.45%
B=31.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761991710.1200.140.22109.292072.55
HexB0C7ABC0E166d1449
Octal260307253140162615524111
Binary101100001100011110101011110001110101101101101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C7AB; }

 p { color: rgb(176,199,171); }

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

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

 a { background-color: rgb(176,199,171); }

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

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

 span { border-color: rgb(176,199,171); }

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