Html Css Color HEX #BAB6F1 Lavender Grey

📋 copy color: '#BAB6F1'

red 186 ◦ green 182 ◦ blue 241

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

Shades of Lavender Grey #BAB6F1

Tints of Lavender Grey #BAB6F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.57%

R = 30.54%
G = 29.89%
B = 39.57%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAB6F1 (or 0xBAB6F1) is known color: Lavender Grey. HEX triplet: BA, B6 and F1. RGB value is (186,182,241). Sum of RGB (Red+Green+Blue) = 186+182+241=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAB6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6F1 is #45490E. Grayscale: #BDBDBD. Windows color (decimal): -4540687 or 15840954. OLE color: 15840954.

HSL color Cylindrical-coordinate representation of color #BAB6F1: hue angle of 244.07º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB6F1 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 182 241 -
CMYK 0.23 0.24 0 0.05
HSL 244.07º 0.68% 0.83% -
HSV(B) 244.07º 0.24% 0.95% -
XYZ 52.85 50.25 90.13 -
YUV 189.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 186 182 241 0.23 0.24 0 0.05 244.07 0.68 0.83
Hex BA B6 F1 17 18 0 5 F4 44 53
Octal 272 266 361 27 30 0 5 364 104 123
Binary 10111010 10110110 11110001 10111 11000 0 101 11110100 1000100 1010011

Color Harmonies of #BAB6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6F1

Black with #BAB6F1

Text Example


Text Example

White with #BAB6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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