#B4BEB3

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

Shades of Rainee #B4BEB3

Tints of Rainee #B4BEB3

Color information

#B4BEB3 (or 0xB4BEB3) is unknown color: approx Rainee. HEX triplet: B4, BE and B3. RGB value is (180,190,179). Sum of RGB (Red+Green+Blue) = 180+190+179=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BEB3 is #4B414C. Grayscale: #B9B9B9. Windows color (decimal): -4931917 or 11779764. OLE color: 11779764.

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

Color convert

RGB180190179-
CMYK0.0500.060.25
HSL114.55º7.8%72.35%-
HSV(B)114.55º5.79%74.51%-
XYZ45.3749.7849.87-
YUV185.76124.19123.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 179 (70.31% from 255) = 32.60%
R=32.79%
G=34.61%
B=32.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901790.0500.060.25114.557.872.35
HexB4BEB35061973848
Octal2642762635063116310110
Binary101101001011111010110011101011011001111001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEB3; }

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

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

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

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

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

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

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

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