Html Css Color HEX #BAB9FE Lavender Blue

📋 copy color: '#BAB9FE'

red 186 ◦ green 185 ◦ blue 254

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

Shades of Lavender Blue #BAB9FE

Tints of Lavender Blue #BAB9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.6%

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

R = 29.76%
G = 29.6%
B = 40.64%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BAB9FE (or 0xBAB9FE) is known color: Lavender Blue. HEX triplet: BA, B9 and FE. RGB value is (186,185,254). Sum of RGB (Red+Green+Blue) = 186+185+254=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB9FE is #454601. Grayscale: #C0C0C0. Windows color (decimal): -4539906 or 16693690. OLE color: 16693690.

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

Color convert

RGB 186 185 254 -
CMYK 0.27 0.27 0 0.00
HSL 240.87º 0.97% 0.86% -
HSV(B) 240.87º 0.27% 1% -
XYZ 55.49 52.29 100.93 -
YUV 193.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 186 185 254 0.27 0.27 0 0.00 240.87 0.97 0.86
Hex BA B9 FE 1B 1B 0 0 F1 61 56
Octal 272 271 376 33 33 0 0 361 141 126
Binary 10111010 10111001 11111110 11011 11011 0 0 11110001 1100001 1010110

Color Harmonies of #BAB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9FE

Black with #BAB9FE

Text Example


Text Example

White with #BAB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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