Html Css Color HEX #B5B5DC Lavender Grey

📋 copy color: '#B5B5DC'

red 181 ◦ green 181 ◦ blue 220

#B5B5DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #B5B5DC

Tints of Lavender Grey #B5B5DC

RGB

 RED value IS 181 (71.09% from 255) = 31.1%

 GREEN value IS 181 (71.09% from 255) = 31.1%

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 31.1%
G = 31.1%
B = 37.8%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5B5DC (or 0xB5B5DC) is known color: Lavender Grey. HEX triplet: B5, B5 and DC. RGB value is (181,181,220). Sum of RGB (Red+Green+Blue) = 181+181+220=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B5DC is #4A4A23. Grayscale: #B9B9B9. Windows color (decimal): -4868644 or 14464437. OLE color: 14464437.

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

Color convert

RGB 181 181 220 -
CMYK 0.18 0.18 0 0.14
HSL 240º 0.36% 0.79% -
HSV(B) 240º 0.18% 0.86% -
XYZ 48.5 48.04 74.43 -
YUV 185.45 147.5 124.83 -
System Red Green Blue C M Y K H S L
Decimal 181 181 220 0.18 0.18 0 0.14 240 0.36 0.79
Hex B5 B5 DC 12 12 0 E F0 24 4F
Octal 265 265 334 22 22 0 16 360 44 117
Binary 10110101 10110101 11011100 10010 10010 0 1110 11110000 100100 1001111

Color Harmonies of #B5B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B5DC

Black with #B5B5DC

Text Example


Text Example

White with #B5B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B5DC; }

 p { color: rgb(181,181,220); }

 H1.HeaderClassName
 {
   color: #B5B5DC;
 }
 .AnyTagClassName
 {
   color: #B5B5DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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