#B8BADC

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

Shades of Lavender Grey #B8BADC

Tints of Lavender Grey #B8BADC

Color information

#B8BADC (or 0xB8BADC) is unknown color: approx Lavender Grey. HEX triplet: B8, BA and DC. RGB value is (184,186,220). Sum of RGB (Red+Green+Blue) = 184+186+220=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BADC is #474523. Grayscale: #BDBDBD. Windows color (decimal): -4670756 or 14465720. OLE color: 14465720.

HSL color Cylindrical-coordinate representation of color #B8BADC: hue angle of 236.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8BADC is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184186220-
CMYK0.160.1500.14
HSL236.67º33.96%79.22%-
HSV(B)236.67º16.36%86.27%-
XYZ50.2450.4874.8-
YUV189.28145.34124.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.19%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=31.19%
G=31.53%
B=37.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841862200.160.1500.14236.6733.9679.22
HexB8BADC10F0Eed224f
Octal270272334201701635542117
Binary10111000101110101101110010000111101110111011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BADC; }

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

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

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

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

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

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

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

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