Html Css Color HEX #BAB6FF Lavender Blue

📋 copy color: '#BAB6FF'

red 186 ◦ green 182 ◦ blue 255

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

Shades of Lavender Blue #BAB6FF

Tints of Lavender Blue #BAB6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.93%

R = 29.86%
G = 29.21%
B = 40.93%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAB6FF (or 0xBAB6FF) is known color: Lavender Blue. HEX triplet: BA, B6 and FF. RGB value is (186,182,255). Sum of RGB (Red+Green+Blue) = 186+182+255=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6FF is #454900. Grayscale: #BFBFBF. Windows color (decimal): -4540673 or 16758458. OLE color: 16758458.

HSL color Cylindrical-coordinate representation of color #BAB6FF: hue angle of 243.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAB6FF is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 182 255 -
CMYK 0.27 0.29 0 0
HSL 243.29º 1% 0.86% -
HSV(B) 243.29º 0.29% 1% -
XYZ 55.03 51.12 101.57 -
YUV 191.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 186 182 255 0.27 0.29 0 0 243.29 1 0.86
Hex BA B6 FF 1B 1D 0 0 F3 64 56
Octal 272 266 377 33 35 0 0 363 144 126
Binary 10111010 10110110 11111111 11011 11101 0 0 11110011 1100100 1010110

Color Harmonies of #BAB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6FF

Black with #BAB6FF

Text Example


Text Example

White with #BAB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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