Html Css Color HEX #BAB0FE Lavender Blue

📋 copy color: '#BAB0FE'

red 186 ◦ green 176 ◦ blue 254

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

Shades of Lavender Blue #BAB0FE

Tints of Lavender Blue #BAB0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.57%

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

R = 30.19%
G = 28.57%
B = 41.23%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BAB0FE (or 0xBAB0FE) is known color: Lavender Blue. HEX triplet: BA, B0 and FE. RGB value is (186,176,254). Sum of RGB (Red+Green+Blue) = 186+176+254=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAB0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB0FE is #454F01. Grayscale: #BBBBBB. Windows color (decimal): -4542210 or 16691386. OLE color: 16691386.

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

Color convert

RGB 186 176 254 -
CMYK 0.27 0.31 0 0.00
HSL 247.69º 0.98% 0.84% -
HSV(B) 247.69º 0.31% 1% -
XYZ 53.66 48.65 100.33 -
YUV 187.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 186 176 254 0.27 0.31 0 0.00 247.69 0.98 0.84
Hex BA B0 FE 1B 1F 0 0 F8 62 54
Octal 272 260 376 33 37 0 0 370 142 124
Binary 10111010 10110000 11111110 11011 11111 0 0 11111000 1100010 1010100

Color Harmonies of #BAB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0FE

Black with #BAB0FE

Text Example


Text Example

White with #BAB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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