#B9BFB8

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

Shades of Rainee #B9BFB8

Tints of Rainee #B9BFB8

Color information

#B9BFB8 (or 0xB9BFB8) is unknown color: approx Rainee. HEX triplet: B9, BF and B8. RGB value is (185,191,184). Sum of RGB (Red+Green+Blue) = 185+191+184=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFB8 is #464047. Grayscale: #BCBCBC. Windows color (decimal): -4603976 or 12107705. OLE color: 12107705.

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

Color convert

RGB185191184-
CMYK0.0300.040.25
HSL111.43º5.19%73.53%-
HSV(B)111.43º3.66%74.9%-
XYZ47.2951.0452.71-
YUV188.41125.51125.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=33.04%
G=34.11%
B=32.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911840.0300.040.25111.435.1973.53
HexB9BFB8304196f54a
Octal271277270304311575112
Binary1011100110111111101110001101001100111011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFB8; }

 p { color: rgb(185,191,184); }

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

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

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

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

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

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

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