#B2BBB0

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

Shades of Rainee #B2BBB0

Tints of Rainee #B2BBB0

Color information

#B2BBB0 (or 0xB2BBB0) is unknown color: approx Rainee. HEX triplet: B2, BB and B0. RGB value is (178,187,176). Sum of RGB (Red+Green+Blue) = 178+187+176=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BBB0 is #4D444F. Grayscale: #B7B7B7. Windows color (decimal): -5063760 or 11582386. OLE color: 11582386.

HSL color Cylindrical-coordinate representation of color #B2BBB0: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2BBB0 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB178187176-
CMYK0.0500.060.27
HSL109.09º7.48%71.18%-
HSV(B)109.09º5.88%73.33%-
XYZ43.9748.1448.05-
YUV183.05124.02124.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=32.90%
G=34.57%
B=32.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781871760.0500.060.27109.097.4871.18
HexB2BBB05061B6d747
Octal262273260506331557107
Binary10110010101110111011000010101101101111011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBB0; }

 p { color: rgb(178,187,176); }

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

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

 a { background-color: rgb(178,187,176); }

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

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

 span { border-color: rgb(178,187,176); }

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