Html Css Color HEX #BAB0FF Lavender Blue

📋 copy color: '#BAB0FF'

red 186 ◦ green 176 ◦ blue 255

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

Shades of Lavender Blue #BAB0FF

Tints of Lavender Blue #BAB0FF

RGB

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

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

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

R = 30.15%
G = 28.53%
B = 41.33%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAB0FF (or 0xBAB0FF) is known color: Lavender Blue. HEX triplet: BA, B0 and FF. RGB value is (186,176,255). Sum of RGB (Red+Green+Blue) = 186+176+255=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB0FF is #454F00. Grayscale: #BBBBBB. Windows color (decimal): -4542209 or 16756922. OLE color: 16756922.

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

Color convert

RGB 186 176 255 -
CMYK 0.27 0.31 0 0
HSL 247.59º 1% 0.85% -
HSV(B) 247.59º 0.31% 1% -
XYZ 53.83 48.71 101.17 -
YUV 188 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 186 176 255 0.27 0.31 0 0 247.59 1 0.85
Hex BA B0 FF 1B 1F 0 0 F8 64 55
Octal 272 260 377 33 37 0 0 370 144 125
Binary 10111010 10110000 11111111 11011 11111 0 0 11111000 1100100 1010101

Color Harmonies of #BAB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0FF

Black with #BAB0FF

Text Example


Text Example

White with #BAB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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