#B1BCAD

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

Shades of Rainee #B1BCAD

Tints of Rainee #B1BCAD

Color information

#B1BCAD (or 0xB1BCAD) is unknown color: approx Rainee. HEX triplet: B1, BC and AD. RGB value is (177,188,173). Sum of RGB (Red+Green+Blue) = 177+188+173=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCAD is #4E4352. Grayscale: #B7B7B7. Windows color (decimal): -5129043 or 11386033. OLE color: 11386033.

HSL color Cylindrical-coordinate representation of color #B1BCAD: hue angle of 104º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1BCAD is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB177188173-
CMYK0.0600.080.26
HSL104º10.07%70.78%-
HSV(B)104º7.98%73.73%-
XYZ43.6648.3346.56-
YUV183122.36123.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.90%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=32.90%
G=34.94%
B=32.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881730.0600.080.2610410.0770.78
HexB1BCAD6081A68a47
Octal26127425560103215012107
Binary1011000110111100101011011100100011010110100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCAD; }

 p { color: rgb(177,188,173); }

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

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

 a { background-color: rgb(177,188,173); }

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

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

 span { border-color: rgb(177,188,173); }

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