#B4B9B4

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

Shades of Rainee #B4B9B4

Tints of Rainee #B4B9B4

Color information

#B4B9B4 (or 0xB4B9B4) is unknown color: approx Rainee. HEX triplet: B4, B9 and B4. RGB value is (180,185,180). Sum of RGB (Red+Green+Blue) = 180+185+180=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B9B4 is #4B464B. Grayscale: #B6B6B6. Windows color (decimal): -4933196 or 11844020. OLE color: 11844020.

HSL color Cylindrical-coordinate representation of color #B4B9B4: hue angle of 120º degrees, saturation: 0.03, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B4B9B4 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB180185180-
CMYK0.0300.030.27
HSL120º3.45%71.57%-
HSV(B)120º2.7%72.55%-
XYZ44.4147.750.05-
YUV182.94126.34125.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=33.03%
G=33.94%
B=33.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851800.0300.030.271203.4571.57
HexB4B9B43031B78348
Octal264271264303331703110
Binary10110100101110011011010011011110111111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B9B4; }

 p { color: rgb(180,185,180); }

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

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

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

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

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

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

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