#B8BCDD

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

Shades of Lavender Grey #B8BCDD

Tints of Lavender Grey #B8BCDD

Color information

#B8BCDD (or 0xB8BCDD) is unknown color: approx Lavender Grey. HEX triplet: B8, BC and DD. RGB value is (184,188,221). Sum of RGB (Red+Green+Blue) = 184+188+221=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCDD is #474322. Grayscale: #BEBEBE. Windows color (decimal): -4670243 or 14531768. OLE color: 14531768.

HSL color Cylindrical-coordinate representation of color #B8BCDD: hue angle of 233.51º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8BCDD is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184188221-
CMYK0.170.1500.13
HSL233.51º35.24%79.41%-
HSV(B)233.51º16.74%86.67%-
XYZ50.851.3875.65-
YUV190.57145.17123.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.03%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=31.03%
G=31.70%
B=37.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841882210.170.1500.13233.5135.2479.41
HexB8BCDD11F0Dea234f
Octal270274335211701535243117
Binary10111000101111001101110110001111101101111010101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BCDD; }

 p { color: rgb(184,188,221); }

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

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

 a { background-color: rgb(184,188,221); }

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

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

 span { border-color: rgb(184,188,221); }

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