#B4BCB3

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

Shades of Rainee #B4BCB3

Tints of Rainee #B4BCB3

Color information

#B4BCB3 (or 0xB4BCB3) is unknown color: approx Rainee. HEX triplet: B4, BC and B3. RGB value is (180,188,179). Sum of RGB (Red+Green+Blue) = 180+188+179=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCB3 is #4B434C. Grayscale: #B8B8B8. Windows color (decimal): -4932429 or 11779252. OLE color: 11779252.

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

Color convert

RGB180188179-
CMYK0.0400.050.26
HSL113.33º6.29%71.96%-
HSV(B)113.33º4.79%73.73%-
XYZ44.9448.9249.72-
YUV184.58124.85124.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=32.91%
G=34.37%
B=32.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881790.0400.050.26113.336.2971.96
HexB4BCB34051A71648
Octal264274263405321616110
Binary10110100101111001011001110001011101011100011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BCB3; }

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

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

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

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

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

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

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

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