Html Css Color HEX #BAB4FE Lavender Blue

📋 copy color: '#BAB4FE'

red 186 ◦ green 180 ◦ blue 254

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

Shades of Lavender Blue #BAB4FE

Tints of Lavender Blue #BAB4FE

RGB

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

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

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

R = 30%
G = 29.03%
B = 40.97%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BAB4FE (or 0xBAB4FE) is known color: Lavender Blue. HEX triplet: BA, B4 and FE. RGB value is (186,180,254). Sum of RGB (Red+Green+Blue) = 186+180+254=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB4FE is #454B01. Grayscale: #BDBDBD. Windows color (decimal): -4541186 or 16692410. OLE color: 16692410.

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

Color convert

RGB 186 180 254 -
CMYK 0.27 0.29 0 0.00
HSL 244.86º 0.97% 0.85% -
HSV(B) 244.86º 0.29% 1% -
XYZ 54.46 50.24 100.59 -
YUV 190.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 186 180 254 0.27 0.29 0 0.00 244.86 0.97 0.85
Hex BA B4 FE 1B 1D 0 0 F5 61 55
Octal 272 264 376 33 35 0 0 365 141 125
Binary 10111010 10110100 11111110 11011 11101 0 0 11110101 1100001 1010101

Color Harmonies of #BAB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB4FE

Black with #BAB4FE

Text Example


Text Example

White with #BAB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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