#B4BCB1

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

Shades of Rainee #B4BCB1

Tints of Rainee #B4BCB1

Color information

#B4BCB1 (or 0xB4BCB1) is unknown color: approx Rainee. HEX triplet: B4, BC and B1. RGB value is (180,188,177). Sum of RGB (Red+Green+Blue) = 180+188+177=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BCB1 is #4B434E. Grayscale: #B8B8B8. Windows color (decimal): -4932431 or 11648180. OLE color: 11648180.

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

Color convert

RGB180188177-
CMYK0.0400.060.26
HSL103.64º7.59%71.57%-
HSV(B)103.64º5.85%73.73%-
XYZ44.7448.8448.66-
YUV184.35123.85124.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=33.03%
G=34.50%
B=32.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881770.0400.060.26103.647.5971.57
HexB4BCB14061A68848
Octal2642742614063215010110
Binary101101001011110010110001100011011010110100010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BCB1; }

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

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

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

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

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

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

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

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