#B6BADC

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

Shades of Lavender Grey #B6BADC

Tints of Lavender Grey #B6BADC

Color information

#B6BADC (or 0xB6BADC) is unknown color: approx Lavender Grey. HEX triplet: B6, BA and DC. RGB value is (182,186,220). Sum of RGB (Red+Green+Blue) = 182+186+220=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BADC is #494523. Grayscale: #BCBCBC. Windows color (decimal): -4801828 or 14465718. OLE color: 14465718.

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

Color convert

RGB182186220-
CMYK0.170.1500.14
HSL233.68º35.19%78.82%-
HSV(B)233.68º17.27%86.27%-
XYZ49.7750.2374.78-
YUV188.68145.67123.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.95%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=30.95%
G=31.63%
B=37.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821862200.170.1500.14233.6835.1978.82
HexB6BADC11F0Eea234f
Octal266272334211701635243117
Binary10110110101110101101110010001111101110111010101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BADC; }

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

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

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

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

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

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

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

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