Html Css Color HEX #BAB6E6 Lavender Grey

📋 copy color: '#BAB6E6'

red 186 ◦ green 182 ◦ blue 230

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

Shades of Lavender Grey #BAB6E6

Tints of Lavender Grey #BAB6E6

RGB

 RED value IS 186 (73.05% from 255) = 31.1%

 GREEN value IS 182 (71.48% from 255) = 30.43%

 BLUE value IS 230 (90.23% from 255) = 38.46%

R = 31.1%
G = 30.43%
B = 38.46%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAB6E6 (or 0xBAB6E6) is known color: Lavender Grey. HEX triplet: BA, B6 and E6. RGB value is (186,182,230). Sum of RGB (Red+Green+Blue) = 186+182+230=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAB6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6E6 is #454919. Grayscale: #BCBCBC. Windows color (decimal): -4540698 or 15120058. OLE color: 15120058.

HSL color Cylindrical-coordinate representation of color #BAB6E6: hue angle of 245º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAB6E6 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 182 230 -
CMYK 0.19 0.21 0 0.10
HSL 245º 0.49% 0.81% -
HSV(B) 245º 0.21% 0.9% -
XYZ 51.26 49.61 81.74 -
YUV 188.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 186 182 230 0.19 0.21 0 0.10 245 0.49 0.81
Hex BA B6 E6 13 15 0 A F5 31 51
Octal 272 266 346 23 25 0 12 365 61 121
Binary 10111010 10110110 11100110 10011 10101 0 1010 11110101 110001 1010001

Color Harmonies of #BAB6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6E6

Black with #BAB6E6

Text Example


Text Example

White with #BAB6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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