Html Css Color HEX #BAB1FE Lavender Blue

📋 copy color: '#BAB1FE'

red 186 ◦ green 177 ◦ blue 254

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

Shades of Lavender Blue #BAB1FE

Tints of Lavender Blue #BAB1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.69%

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

R = 30.15%
G = 28.69%
B = 41.17%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BAB1FE (or 0xBAB1FE) is known color: Lavender Blue. HEX triplet: BA, B1 and FE. RGB value is (186,177,254). Sum of RGB (Red+Green+Blue) = 186+177+254=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAB1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1FE is #454E01. Grayscale: #BCBCBC. Windows color (decimal): -4541954 or 16691642. OLE color: 16691642.

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

Color convert

RGB 186 177 254 -
CMYK 0.27 0.30 0 0.00
HSL 247.01º 0.97% 0.85% -
HSV(B) 247.01º 0.3% 1% -
XYZ 53.86 49.04 100.39 -
YUV 188.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 186 177 254 0.27 0.30 0 0.00 247.01 0.97 0.85
Hex BA B1 FE 1B 1E 0 0 F7 61 55
Octal 272 261 376 33 36 0 0 367 141 125
Binary 10111010 10110001 11111110 11011 11110 0 0 11110111 1100001 1010101

Color Harmonies of #BAB1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1FE

Black with #BAB1FE

Text Example


Text Example

White with #BAB1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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