#B0CBAA

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

Shades of Rainee #B0CBAA

Tints of Rainee #B0CBAA

Color information

#B0CBAA (or 0xB0CBAA) is unknown color: approx Rainee. HEX triplet: B0, CB and AA. RGB value is (176,203,170). Sum of RGB (Red+Green+Blue) = 176+203+170=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CBAA is #4F3455. Grayscale: #BFBFBF. Windows color (decimal): -5190742 or 11193264. OLE color: 11193264.

HSL color Cylindrical-coordinate representation of color #B0CBAA: hue angle of 109.09º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0CBAA is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB176203170-
CMYK0.1300.160.20
HSL109.09º24.09%73.14%-
HSV(B)109.09º16.26%79.61%-
XYZ46.5254.8446.16-
YUV191.16116.05117.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=32.06%
G=36.98%
B=30.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762031700.1300.160.20109.0924.0973.14
HexB0CBAAD010146d1849
Octal260313252150202415530111
Binary1011000011001011101010101101010000101001101101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBAA; }

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

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

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

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

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

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

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

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