Html Css Color HEX #BAB6FE Lavender Blue

📋 copy color: '#BAB6FE'

red 186 ◦ green 182 ◦ blue 254

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

Shades of Lavender Blue #BAB6FE

Tints of Lavender Blue #BAB6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 29.9%
G = 29.26%
B = 40.84%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BAB6FE (or 0xBAB6FE) is known color: Lavender Blue. HEX triplet: BA, B6 and FE. RGB value is (186,182,254). Sum of RGB (Red+Green+Blue) = 186+182+254=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAB6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6FE is #454901. Grayscale: #BFBFBF. Windows color (decimal): -4540674 or 16692922. OLE color: 16692922.

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

Color convert

RGB 186 182 254 -
CMYK 0.27 0.28 0 0.00
HSL 243.33º 0.97% 0.85% -
HSV(B) 243.33º 0.28% 1% -
XYZ 54.87 51.05 100.73 -
YUV 191.4 163.33 124.15 -
System Red Green Blue C M Y K H S L
Decimal 186 182 254 0.27 0.28 0 0.00 243.33 0.97 0.85
Hex BA B6 FE 1B 1C 0 0 F3 61 55
Octal 272 266 376 33 34 0 0 363 141 125
Binary 10111010 10110110 11111110 11011 11100 0 0 11110011 1100001 1010101

Color Harmonies of #BAB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6FE

Black with #BAB6FE

Text Example


Text Example

White with #BAB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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