#B5B8B4

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

Shades of Rainee #B5B8B4

Tints of Rainee #B5B8B4

Color information

#B5B8B4 (or 0xB5B8B4) is unknown color: approx Rainee. HEX triplet: B5, B8 and B4. RGB value is (181,184,180). Sum of RGB (Red+Green+Blue) = 181+184+180=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B8B4 is #4A474B. Grayscale: #B6B6B6. Windows color (decimal): -4867916 or 11843765. OLE color: 11843765.

HSL color Cylindrical-coordinate representation of color #B5B8B4: hue angle of 105º degrees, saturation: 0.03, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B5B8B4 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB181184180-
CMYK0.0200.020.28
HSL105º2.74%71.37%-
HSV(B)105º2.17%72.16%-
XYZ44.4347.449.99-
YUV182.65126.51126.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=33.21%
G=33.76%
B=33.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811841800.0200.020.281052.7471.37
HexB5B8B42021C69347
Octal265270264202341513107
Binary10110101101110001011010010010111001101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B8B4; }

 p { color: rgb(181,184,180); }

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

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

 a { background-color: rgb(181,184,180); }

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

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

 span { border-color: rgb(181,184,180); }

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