#B8BACE

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

Shades of Lavender Grey #B8BACE

Tints of Lavender Grey #B8BACE

Color information

#B8BACE (or 0xB8BACE) is unknown color: approx Lavender Grey. HEX triplet: B8, BA and CE. RGB value is (184,186,206). Sum of RGB (Red+Green+Blue) = 184+186+206=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BACE is #474531. Grayscale: #BBBBBB. Windows color (decimal): -4670770 or 13548216. OLE color: 13548216.

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

Color convert

RGB184186206-
CMYK0.110.1000.19
HSL234.55º18.33%76.47%-
HSV(B)234.55º10.68%80.78%-
XYZ48.4749.7665.44-
YUV187.68138.34125.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.94%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=31.94%
G=32.29%
B=35.76%

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
Decimal1841862060.110.1000.19234.5518.3376.47
HexB8BACEBA013eb124c
Octal270272316131202335322114
Binary1011100010111010110011101011101001001111101011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BACE; }

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

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

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

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

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

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

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

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