#B5BCB4

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

Shades of Rainee #B5BCB4

Tints of Rainee #B5BCB4

Color information

#B5BCB4 (or 0xB5BCB4) is unknown color: approx Rainee. HEX triplet: B5, BC and B4. RGB value is (181,188,180). Sum of RGB (Red+Green+Blue) = 181+188+180=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCB4 is #4A434B. Grayscale: #B9B9B9. Windows color (decimal): -4866892 or 11844789. OLE color: 11844789.

HSL color Cylindrical-coordinate representation of color #B5BCB4: hue angle of 112.5º degrees, saturation: 0.06, 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 #B5BCB4 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB181188180-
CMYK0.0400.040.26
HSL112.5º5.63%72.16%-
HSV(B)112.5º4.26%73.73%-
XYZ45.2849.0950.27-
YUV185125.18125.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=32.97%
G=34.24%
B=32.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811881800.0400.040.26112.55.6372.16
HexB5BCB44041A70648
Octal265274264404321606110
Binary10110101101111001011010010001001101011100001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCB4; }

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

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

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

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

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

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

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

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