#B7BADC

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

Shades of Lavender Grey #B7BADC

Tints of Lavender Grey #B7BADC

Color information

#B7BADC (or 0xB7BADC) is unknown color: approx Lavender Grey. HEX triplet: B7, BA and DC. RGB value is (183,186,220). Sum of RGB (Red+Green+Blue) = 183+186+220=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BADC is #484523. Grayscale: #BCBCBC. Windows color (decimal): -4736292 or 14465719. OLE color: 14465719.

HSL color Cylindrical-coordinate representation of color #B7BADC: hue angle of 235.14º 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 #B7BADC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183186220-
CMYK0.170.1500.14
HSL235.14º34.58%79.02%-
HSV(B)235.14º16.82%86.27%-
XYZ50.0150.3574.79-
YUV188.98145.51123.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.07%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=31.07%
G=31.58%
B=37.35%

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
Decimal1831862200.170.1500.14235.1434.5879.02
HexB7BADC11F0Eeb234f
Octal267272334211701635343117
Binary10110111101110101101110010001111101110111010111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BADC; }

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

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

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

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

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

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

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

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