Html Css Color HEX #BAB9FF Lavender Blue

📋 copy color: '#BAB9FF'

red 186 ◦ green 185 ◦ blue 255

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

Shades of Lavender Blue #BAB9FF

Tints of Lavender Blue #BAB9FF

RGB

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

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

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

R = 29.71%
G = 29.55%
B = 40.73%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAB9FF (or 0xBAB9FF) is known color: Lavender Blue. HEX triplet: BA, B9 and FF. RGB value is (186,185,255). Sum of RGB (Red+Green+Blue) = 186+185+255=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB9FF is #454600. Grayscale: #C1C1C1. Windows color (decimal): -4539905 or 16759226. OLE color: 16759226.

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

Color convert

RGB 186 185 255 -
CMYK 0.27 0.27 0 0
HSL 240.86º 1% 0.86% -
HSV(B) 240.86º 0.27% 1% -
XYZ 55.65 52.36 101.78 -
YUV 193.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 186 185 255 0.27 0.27 0 0 240.86 1 0.86
Hex BA B9 FF 1B 1B 0 0 F1 64 56
Octal 272 271 377 33 33 0 0 361 144 126
Binary 10111010 10111001 11111111 11011 11011 0 0 11110001 1100100 1010110

Color Harmonies of #BAB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9FF

Black with #BAB9FF

Text Example


Text Example

White with #BAB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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