Html Css Color HEX #B6BADB Lavender Grey

📋 copy color: '#B6BADB'

red 182 ◦ green 186 ◦ blue 219

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

Shades of Lavender Grey #B6BADB

Tints of Lavender Grey #B6BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.69%

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 31.01%
G = 31.69%
B = 37.31%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B6BADB (or 0xB6BADB) is known color: Lavender Grey. HEX triplet: B6, BA and DB. RGB value is (182,186,219). Sum of RGB (Red+Green+Blue) = 182+186+219=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BADB is #494524. Grayscale: #BCBCBC. Windows color (decimal): -4801829 or 14400182. OLE color: 14400182.

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

Color convert

RGB 182 186 219 -
CMYK 0.17 0.15 0 0.14
HSL 233.51º 0.34% 0.79% -
HSV(B) 233.51º 0.17% 0.86% -
XYZ 49.64 50.18 74.09 -
YUV 188.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 182 186 219 0.17 0.15 0 0.14 233.51 0.34 0.79
Hex B6 BA DB 11 F 0 E EA 22 4F
Octal 266 272 333 21 17 0 16 352 42 117
Binary 10110110 10111010 11011011 10001 1111 0 1110 11101010 100010 1001111

Color Harmonies of #B6BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BADB

Black with #B6BADB

Text Example


Text Example

White with #B6BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BADB; }

 p { color: rgb(182,186,219); }

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

background-color css

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

 a { background-color: rgb(182,186,219); }

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

border-color css

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

 span { border-color: rgb(182,186,219); }

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