#B3B0DC

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

Shades of Lavender Grey #B3B0DC

Tints of Lavender Grey #B3B0DC

Color information

#B3B0DC (or 0xB3B0DC) is unknown color: approx Lavender Grey. HEX triplet: B3, B0 and DC. RGB value is (179,176,220). Sum of RGB (Red+Green+Blue) = 179+176+220=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0DC is #4C4F23. Grayscale: #B5B5B5. Windows color (decimal): -5000996 or 14463155. OLE color: 14463155.

HSL color Cylindrical-coordinate representation of color #B3B0DC: hue angle of 244.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3B0DC is Cyan = 0.19, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179176220-
CMYK0.190.200.14
HSL244.09º38.6%77.65%-
HSV(B)244.09º20%86.27%-
XYZ47.0345.874.07-
YUV181.91149.49125.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.13%
GREEN value IS 176 (69.14% from 255) = 30.61%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=31.13%
G=30.61%
B=38.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791762200.190.200.14244.0938.677.65
HexB3B0DC13140Ef4274e
Octal263260334232401636447116
Binary101100111011000011011100100111010001110111101001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0DC; }

 p { color: rgb(179,176,220); }

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

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

 a { background-color: rgb(179,176,220); }

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

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

 span { border-color: rgb(179,176,220); }

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