Html Css Color HEX #BAB4FF Lavender Blue

📋 copy color: '#BAB4FF'

red 186 ◦ green 180 ◦ blue 255

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

Shades of Lavender Blue #BAB4FF

Tints of Lavender Blue #BAB4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.99%

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

R = 29.95%
G = 28.99%
B = 41.06%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAB4FF (or 0xBAB4FF) is known color: Lavender Blue. HEX triplet: BA, B4 and FF. RGB value is (186,180,255). Sum of RGB (Red+Green+Blue) = 186+180+255=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB4FF is #454B00. Grayscale: #BEBEBE. Windows color (decimal): -4541185 or 16757946. OLE color: 16757946.

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

Color convert

RGB 186 180 255 -
CMYK 0.27 0.29 0 0
HSL 244.8º 1% 0.85% -
HSV(B) 244.8º 0.29% 1% -
XYZ 54.62 50.3 101.44 -
YUV 190.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 186 180 255 0.27 0.29 0 0 244.8 1 0.85
Hex BA B4 FF 1B 1D 0 0 F5 64 55
Octal 272 264 377 33 35 0 0 365 144 125
Binary 10111010 10110100 11111111 11011 11101 0 0 11110101 1100100 1010101

Color Harmonies of #BAB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB4FF

Black with #BAB4FF

Text Example


Text Example

White with #BAB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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