#B2B0D4

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

Shades of Lavender Grey #B2B0D4

Tints of Lavender Grey #B2B0D4

Color information

#B2B0D4 (or 0xB2B0D4) is unknown color: approx Lavender Grey. HEX triplet: B2, B0 and D4. RGB value is (178,176,212). Sum of RGB (Red+Green+Blue) = 178+176+212=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #B2B0D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0D4 is #4D4F2B. Grayscale: #B4B4B4. Windows color (decimal): -5066540 or 13938866. OLE color: 13938866.

HSL color Cylindrical-coordinate representation of color #B2B0D4: hue angle of 243.33º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2B0D4 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB178176212-
CMYK0.160.1700.17
HSL243.33º29.51%76.08%-
HSV(B)243.33º16.98%83.14%-
XYZ45.7745.2768.61-
YUV180.7145.66126.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.45%
GREEN value IS 176 (69.14% from 255) = 31.10%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=31.45%
G=31.10%
B=37.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1781762120.160.1700.17243.3329.5176.08
HexB2B0D41011011f31e4c
Octal262260324202102136336114
Binary101100101011000011010100100001000101000111110011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B0D4; }

 p { color: rgb(178,176,212); }

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

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

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

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

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

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

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