#B6BADD

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

Shades of Lavender Grey #B6BADD

Tints of Lavender Grey #B6BADD

Color information

#B6BADD (or 0xB6BADD) is unknown color: approx Lavender Grey. HEX triplet: B6, BA and DD. RGB value is (182,186,221). Sum of RGB (Red+Green+Blue) = 182+186+221=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BADD is #494522. Grayscale: #BCBCBC. Windows color (decimal): -4801827 or 14531254. OLE color: 14531254.

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

Color convert

RGB182186221-
CMYK0.180.1600.13
HSL233.85º36.45%79.02%-
HSV(B)233.85º17.65%86.67%-
XYZ49.950.2875.48-
YUV188.79146.17123.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.90%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=30.90%
G=31.58%
B=37.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821862210.180.1600.13233.8536.4579.02
HexB6BADD12100Dea244f
Octal266272335222001535244117
Binary101101101011101011011101100101000001101111010101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BADD; }

 p { color: rgb(182,186,221); }

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

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

 a { background-color: rgb(182,186,221); }

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

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

 span { border-color: rgb(182,186,221); }

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