Html Css Color HEX #B6B0DE Lavender Grey

📋 copy color: '#B6B0DE'

red 182 ◦ green 176 ◦ blue 222

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

Shades of Lavender Grey #B6B0DE

Tints of Lavender Grey #B6B0DE

RGB

 RED value IS 182 (71.48% from 255) = 31.38%

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

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

R = 31.38%
G = 30.34%
B = 38.28%

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

#B6B0DE (or 0xB6B0DE) is known color: Lavender Grey. HEX triplet: B6, B0 and DE. RGB value is (182,176,222). Sum of RGB (Red+Green+Blue) = 182+176+222=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B0DE is #494F21. Grayscale: #B6B6B6. Windows color (decimal): -4804386 or 14594230. OLE color: 14594230.

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

Color convert

RGB 182 176 222 -
CMYK 0.18 0.21 0 0.13
HSL 247.83º 0.41% 0.78% -
HSV(B) 247.83º 0.21% 0.87% -
XYZ 48 46.27 75.51 -
YUV 183.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 182 176 222 0.18 0.21 0 0.13 247.83 0.41 0.78
Hex B6 B0 DE 12 15 0 D F8 29 4E
Octal 266 260 336 22 25 0 15 370 51 116
Binary 10110110 10110000 11011110 10010 10101 0 1101 11111000 101001 1001110

Color Harmonies of #B6B0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B0DE

Black with #B6B0DE

Text Example


Text Example

White with #B6B0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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