#B0B0DF

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

Shades of Lavender Grey #B0B0DF

Tints of Lavender Grey #B0B0DF

Color information

#B0B0DF (or 0xB0B0DF) is unknown color: approx Lavender Grey. HEX triplet: B0, B0 and DF. RGB value is (176,176,223). Sum of RGB (Red+Green+Blue) = 176+176+223=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0B0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B0DF is #4F4F20. Grayscale: #B5B5B5. Windows color (decimal): -5197601 or 14659760. OLE color: 14659760.

HSL color Cylindrical-coordinate representation of color #B0B0DF: hue angle of 240º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0B0DF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176176223-
CMYK0.210.2100.13
HSL240º42.34%78.24%-
HSV(B)240º21.08%87.45%-
XYZ46.7545.6176.15-
YUV181.36151.5124.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.61%
GREEN value IS 176 (69.14% from 255) = 30.61%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=30.61%
G=30.61%
B=38.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761762230.210.2100.1324042.3478.24
HexB0B0DF15150Df02a4e
Octal260260337252501536052116
Binary101100001011000011011111101011010101101111100001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B0DF; }

 p { color: rgb(176,176,223); }

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

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

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

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

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

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

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