#B6BCB5

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

Shades of Rainee #B6BCB5

Tints of Rainee #B6BCB5

Color information

#B6BCB5 (or 0xB6BCB5) is unknown color: approx Rainee. HEX triplet: B6, BC and B5. RGB value is (182,188,181). Sum of RGB (Red+Green+Blue) = 182+188+181=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCB5 is #49434A. Grayscale: #B9B9B9. Windows color (decimal): -4801355 or 11910326. OLE color: 11910326.

HSL color Cylindrical-coordinate representation of color #B6BCB5: hue angle of 111.43º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B6BCB5 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB182188181-
CMYK0.0300.040.26
HSL111.43º4.96%72.35%-
HSV(B)111.43º3.72%73.73%-
XYZ45.6249.2550.82-
YUV185.41125.51125.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=33.03%
G=34.12%
B=32.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821881810.0300.040.26111.434.9672.35
HexB6BCB53041A6f548
Octal266274265304321575110
Binary1011011010111100101101011101001101011011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCB5; }

 p { color: rgb(182,188,181); }

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

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

 a { background-color: rgb(182,188,181); }

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

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

 span { border-color: rgb(182,188,181); }

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