#B2B5DB

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

Shades of Lavender Grey #B2B5DB

Tints of Lavender Grey #B2B5DB

Color information

#B2B5DB (or 0xB2B5DB) is unknown color: approx Lavender Grey. HEX triplet: B2, B5 and DB. RGB value is (178,181,219). Sum of RGB (Red+Green+Blue) = 178+181+219=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B5DB is #4D4A24. Grayscale: #B8B8B8. Windows color (decimal): -5065253 or 14398898. OLE color: 14398898.

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

Color convert

RGB178181219-
CMYK0.190.1700.14
HSL235.61º36.28%77.84%-
HSV(B)235.61º18.72%85.88%-
XYZ47.6747.6373.7-
YUV184.44147.51123.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.80%
GREEN value IS 181 (71.09% from 255) = 31.31%
BLUE value IS 219 (85.94% from 255) = 37.89%
R=30.80%
G=31.31%
B=37.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781812190.190.1700.14235.6136.2877.84
HexB2B5DB13110Eec244e
Octal262265333232101635444116
Binary101100101011010111011011100111000101110111011001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B5DB; }

 p { color: rgb(178,181,219); }

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

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

 a { background-color: rgb(178,181,219); }

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

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

 span { border-color: rgb(178,181,219); }

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