Html Css Color HEX #B5B0DE Lavender Grey

📋 copy color: '#B5B0DE'

red 181 ◦ green 176 ◦ blue 222

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

Shades of Lavender Grey #B5B0DE

Tints of Lavender Grey #B5B0DE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.4%

 BLUE value IS 222 (87.11% from 255) = 38.34%

R = 31.26%
G = 30.4%
B = 38.34%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5B0DE (or 0xB5B0DE) is known color: Lavender Grey. HEX triplet: B5, B0 and DE. RGB value is (181,176,222). Sum of RGB (Red+Green+Blue) = 181+176+222=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0DE is #4A4F21. Grayscale: #B6B6B6. Windows color (decimal): -4869922 or 14594229. OLE color: 14594229.

HSL color Cylindrical-coordinate representation of color #B5B0DE: hue angle of 246.52º degrees, saturation: 0.41, 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 #B5B0DE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 176 222 -
CMYK 0.18 0.21 0 0.13
HSL 246.52º 0.41% 0.78% -
HSV(B) 246.52º 0.21% 0.87% -
XYZ 47.77 46.15 75.5 -
YUV 182.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 181 176 222 0.18 0.21 0 0.13 246.52 0.41 0.78
Hex B5 B0 DE 12 15 0 D F7 29 4E
Octal 265 260 336 22 25 0 15 367 51 116
Binary 10110101 10110000 11011110 10010 10101 0 1101 11110111 101001 1001110

Color Harmonies of #B5B0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B0DE

Black with #B5B0DE

Text Example


Text Example

White with #B5B0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B0DE; }

 p { color: rgb(181,176,222); }

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

background-color css

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

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

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

border-color css

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

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

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