Html Css Color HEX #BAB7F9 Lavender Blue

📋 copy color: '#BAB7F9'

red 186 ◦ green 183 ◦ blue 249

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

Shades of Lavender Blue #BAB7F9

Tints of Lavender Blue #BAB7F9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.61%

 BLUE value IS 249 (97.66% from 255) = 40.29%

R = 30.1%
G = 29.61%
B = 40.29%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAB7F9 (or 0xBAB7F9) is known color: Lavender Blue. HEX triplet: BA, B7 and F9. RGB value is (186,183,249). Sum of RGB (Red+Green+Blue) = 186+183+249=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAB7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7F9 is #454806. Grayscale: #BFBFBF. Windows color (decimal): -4540423 or 16365498. OLE color: 16365498.

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

Color convert

RGB 186 183 249 -
CMYK 0.25 0.27 0 0.02
HSL 242.73º 0.85% 0.85% -
HSV(B) 242.73º 0.27% 0.98% -
XYZ 54.28 51.15 96.63 -
YUV 191.42 160.49 124.13 -
System Red Green Blue C M Y K H S L
Decimal 186 183 249 0.25 0.27 0 0.02 242.73 0.85 0.85
Hex BA B7 F9 19 1B 0 2 F3 55 55
Octal 272 267 371 31 33 0 2 363 125 125
Binary 10111010 10110111 11111001 11001 11011 0 10 11110011 1010101 1010101

Color Harmonies of #BAB7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7F9

Black with #BAB7F9

Text Example


Text Example

White with #BAB7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7F9; }

 p { color: rgb(186,183,249); }

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

background-color css

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

 a { background-color: rgb(186,183,249); }

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

border-color css

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

 span { border-color: rgb(186,183,249); }

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