#B6BBB4

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

Shades of Rainee #B6BBB4

Tints of Rainee #B6BBB4

Color information

#B6BBB4 (or 0xB6BBB4) is unknown color: approx Rainee. HEX triplet: B6, BB and B4. RGB value is (182,187,180). Sum of RGB (Red+Green+Blue) = 182+187+180=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBB4 is #49444B. Grayscale: #B8B8B8. Windows color (decimal): -4801612 or 11844534. OLE color: 11844534.

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

Color convert

RGB182187180-
CMYK0.0300.040.27
HSL102.86º4.9%71.96%-
HSV(B)102.86º3.74%73.33%-
XYZ45.348.7850.21-
YUV184.71125.34126.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.15%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=33.15%
G=34.06%
B=32.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821871800.0300.040.27102.864.971.96
HexB6BBB43041B67548
Octal266273264304331475110
Binary1011011010111011101101001101001101111001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBB4; }

 p { color: rgb(182,187,180); }

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

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

 a { background-color: rgb(182,187,180); }

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

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

 span { border-color: rgb(182,187,180); }

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