Html Css Color HEX #B6BADD Lavender Grey

📋 copy color: '#B6BADD'

red 182 ◦ green 186 ◦ blue 221

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

Shades of Lavender Grey #B6BADD

Tints of Lavender Grey #B6BADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 30.9%
G = 31.58%
B = 37.52%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6BADD (or 0xB6BADD) is known color: Lavender Grey. HEX triplet: B6, BA and DD. RGB value is (182,186,221). Sum of RGB (Red+Green+Blue) = 182+186+221=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BADD is #494522. Grayscale: #BCBCBC. Windows color (decimal): -4801827 or 14531254. OLE color: 14531254.

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

Color convert

RGB 182 186 221 -
CMYK 0.18 0.16 0 0.13
HSL 233.85º 0.36% 0.79% -
HSV(B) 233.85º 0.18% 0.87% -
XYZ 49.9 50.28 75.48 -
YUV 188.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 182 186 221 0.18 0.16 0 0.13 233.85 0.36 0.79
Hex B6 BA DD 12 10 0 D EA 24 4F
Octal 266 272 335 22 20 0 15 352 44 117
Binary 10110110 10111010 11011101 10010 10000 0 1101 11101010 100100 1001111

Color Harmonies of #B6BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BADD

Black with #B6BADD

Text Example


Text Example

White with #B6BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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