#B4BFAF

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

Shades of Rainee #B4BFAF

Tints of Rainee #B4BFAF

Color information

#B4BFAF (or 0xB4BFAF) is unknown color: approx Rainee. HEX triplet: B4, BF and AF. RGB value is (180,191,175). Sum of RGB (Red+Green+Blue) = 180+191+175=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BFAF is #4B4050. Grayscale: #B9B9B9. Windows color (decimal): -4931665 or 11517876. OLE color: 11517876.

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

Color convert

RGB180191175-
CMYK0.0600.080.25
HSL101.25º11.11%71.76%-
HSV(B)101.25º8.38%74.9%-
XYZ45.1950.0647.84-
YUV185.89121.86123.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=32.97%
G=34.98%
B=32.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801911750.0600.080.25101.2511.1171.76
HexB4BFAF6081965b48
Octal26427725760103114513110
Binary1011010010111111101011111100100011001110010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFAF; }

 p { color: rgb(180,191,175); }

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

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

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

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

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

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

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