Html Css Color HEX #BABAFF Lavender Blue

📋 copy color: '#BABAFF'

red 186 ◦ green 186 ◦ blue 255

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

Shades of Lavender Blue #BABAFF

Tints of Lavender Blue #BABAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.67%

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

R = 29.67%
G = 29.67%
B = 40.67%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BABAFF (or 0xBABAFF) is known color: Lavender Blue. HEX triplet: BA, BA and FF. RGB value is (186,186,255). Sum of RGB (Red+Green+Blue) = 186+186+255=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #BABAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAFF is #454500. Grayscale: #C1C1C1. Windows color (decimal): -4539649 or 16759482. OLE color: 16759482.

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

Color convert

RGB 186 186 255 -
CMYK 0.27 0.27 0 0
HSL 240º 1% 0.86% -
HSV(B) 240º 0.27% 1% -
XYZ 55.86 52.78 101.85 -
YUV 193.87 162.5 122.39 -
System Red Green Blue C M Y K H S L
Decimal 186 186 255 0.27 0.27 0 0 240 1 0.86
Hex BA BA FF 1B 1B 0 0 F0 64 56
Octal 272 272 377 33 33 0 0 360 144 126
Binary 10111010 10111010 11111111 11011 11011 0 0 11110000 1100100 1010110

Color Harmonies of #BABAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAFF

Black with #BABAFF

Text Example


Text Example

White with #BABAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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