Html Css Color HEX #BAB9FB Lavender Blue

📋 copy color: '#BAB9FB'

red 186 ◦ green 185 ◦ blue 251

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

Shades of Lavender Blue #BAB9FB

Tints of Lavender Blue #BAB9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.35%

R = 29.9%
G = 29.74%
B = 40.35%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAB9FB (or 0xBAB9FB) is known color: Lavender Blue. HEX triplet: BA, B9 and FB. RGB value is (186,185,251). Sum of RGB (Red+Green+Blue) = 186+185+251=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAB9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB9FB is #454604. Grayscale: #C0C0C0. Windows color (decimal): -4539909 or 16497082. OLE color: 16497082.

HSL color Cylindrical-coordinate representation of color #BAB9FB: hue angle of 240.91º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB9FB is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 185 251 -
CMYK 0.26 0.26 0 0.02
HSL 240.91º 0.89% 0.85% -
HSV(B) 240.91º 0.26% 0.98% -
XYZ 55.01 52.1 98.42 -
YUV 192.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 186 185 251 0.26 0.26 0 0.02 240.91 0.89 0.85
Hex BA B9 FB 1A 1A 0 2 F1 59 55
Octal 272 271 373 32 32 0 2 361 131 125
Binary 10111010 10111001 11111011 11010 11010 0 10 11110001 1011001 1010101

Color Harmonies of #BAB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9FB

Black with #BAB9FB

Text Example


Text Example

White with #BAB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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