#B8BACF

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

Shades of Lavender Grey #B8BACF

Tints of Lavender Grey #B8BACF

Color information

#B8BACF (or 0xB8BACF) is unknown color: approx Lavender Grey. HEX triplet: B8, BA and CF. RGB value is (184,186,207). Sum of RGB (Red+Green+Blue) = 184+186+207=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BACF is #474530. Grayscale: #BBBBBB. Windows color (decimal): -4670769 or 13613752. OLE color: 13613752.

HSL color Cylindrical-coordinate representation of color #B8BACF: hue angle of 234.78º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8BACF is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184186207-
CMYK0.110.1000.19
HSL234.78º19.33%76.67%-
HSV(B)234.78º11.11%81.18%-
XYZ48.5949.8166.09-
YUV187.8138.84125.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.89%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=31.89%
G=32.24%
B=35.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841862070.110.1000.19234.7819.3376.67
HexB8BACFBA013eb134d
Octal270272317131202335323115
Binary1011100010111010110011111011101001001111101011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BACF; }

 p { color: rgb(184,186,207); }

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

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

 a { background-color: rgb(184,186,207); }

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

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

 span { border-color: rgb(184,186,207); }

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