#B8BAD6

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

Shades of Lavender Grey #B8BAD6

Tints of Lavender Grey #B8BAD6

Color information

#B8BAD6 (or 0xB8BAD6) is unknown color: approx Lavender Grey. HEX triplet: B8, BA and D6. RGB value is (184,186,214). Sum of RGB (Red+Green+Blue) = 184+186+214=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 214 - color contains mainly: blue. Hex color #B8BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BAD6 is #474529. Grayscale: #BCBCBC. Windows color (decimal): -4670762 or 14072504. OLE color: 14072504.

HSL color Cylindrical-coordinate representation of color #B8BAD6: hue angle of 236º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8BAD6 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB184186214-
CMYK0.140.1300.16
HSL236º26.79%78.04%-
HSV(B)236º14.02%83.92%-
XYZ49.4650.1670.69-
YUV188.59142.34124.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.51%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 214 (83.98% from 255) = 36.64%
R=31.51%
G=31.85%
B=36.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1841862140.140.1300.1623626.7978.04
HexB8BAD6ED010ec1b4e
Octal270272326161502035433116
Binary1011100010111010110101101110110101000011101100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BAD6; }

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

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

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

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

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

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

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

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