#B8B6EE

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

Shades of Lavender Grey #B8B6EE

Tints of Lavender Grey #B8B6EE

Color information

#B8B6EE (or 0xB8B6EE) is unknown color: approx Lavender Grey. HEX triplet: B8, B6 and EE. RGB value is (184,182,238). Sum of RGB (Red+Green+Blue) = 184+182+238=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8B6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B6EE is #474911. Grayscale: #BCBCBC. Windows color (decimal): -4671762 or 15644344. OLE color: 15644344.

HSL color Cylindrical-coordinate representation of color #B8B6EE: hue angle of 242.14º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8B6EE is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184182238-
CMYK0.230.2400.07
HSL242.14º62.22%82.35%-
HSV(B)242.14º23.53%93.33%-
XYZ51.9349.8287.77-
YUV188.98155.66124.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.46%
GREEN value IS 182 (71.48% from 255) = 30.13%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=30.46%
G=30.13%
B=39.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841822380.230.2400.07242.1462.2282.35
HexB8B6EE171807f23e52
Octal27026635627300736276122
Binary10111000101101101110111010111110000111111100101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B6EE; }

 p { color: rgb(184,182,238); }

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

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

 a { background-color: rgb(184,182,238); }

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

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

 span { border-color: rgb(184,182,238); }

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