#B8B6ED

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

Shades of Lavender Grey #B8B6ED

Tints of Lavender Grey #B8B6ED

Color information

#B8B6ED (or 0xB8B6ED) is unknown color: approx Lavender Grey. HEX triplet: B8, B6 and ED. RGB value is (184,182,237). Sum of RGB (Red+Green+Blue) = 184+182+237=603 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.51% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8B6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B6ED is #474912. Grayscale: #BCBCBC. Windows color (decimal): -4671763 or 15578808. OLE color: 15578808.

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

Color convert

RGB184182237-
CMYK0.220.2300.07
HSL242.18º60.44%82.16%-
HSV(B)242.18º23.21%92.94%-
XYZ51.7849.7687-
YUV188.87155.16124.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.51%
GREEN value IS 182 (71.48% from 255) = 30.18%
BLUE value IS 237 (92.97% from 255) = 39.30%
R=30.51%
G=30.18%
B=39.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841822370.220.2300.07242.1860.4482.16
HexB8B6ED161707f23c52
Octal27026635526270736274122
Binary10111000101101101110110110110101110111111100101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B6ED; }

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

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

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

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

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

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

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

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