#B8B5ED

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

Shades of Lavender Grey #B8B5ED

Tints of Lavender Grey #B8B5ED

Color information

#B8B5ED (or 0xB8B5ED) is unknown color: approx Lavender Grey. HEX triplet: B8, B5 and ED. RGB value is (184,181,237). Sum of RGB (Red+Green+Blue) = 184+181+237=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B5ED is #474A12. Grayscale: #BCBCBC. Windows color (decimal): -4672019 or 15578552. OLE color: 15578552.

HSL color Cylindrical-coordinate representation of color #B8B5ED: hue angle of 243.21º degrees, saturation: 0.61, 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 #B8B5ED is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184181237-
CMYK0.220.2400.07
HSL243.21º60.87%81.96%-
HSV(B)243.21º23.63%92.94%-
XYZ51.5849.3586.93-
YUV188.28155.49124.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.56%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=30.56%
G=30.07%
B=39.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841812370.220.2400.07243.2160.8781.96
HexB8B5ED161807f33d52
Octal27026535526300736375122
Binary10111000101101011110110110110110000111111100111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B5ED; }

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

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

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

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

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

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

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

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