Html Css Color HEX #BAB8FF Lavender Blue

📋 copy color: '#BAB8FF'

red 186 ◦ green 184 ◦ blue 255

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

Shades of Lavender Blue #BAB8FF

Tints of Lavender Blue #BAB8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.44%

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

R = 29.76%
G = 29.44%
B = 40.8%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAB8FF (or 0xBAB8FF) is known color: Lavender Blue. HEX triplet: BA, B8 and FF. RGB value is (186,184,255). Sum of RGB (Red+Green+Blue) = 186+184+255=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8FF is #454700. Grayscale: #C0C0C0. Windows color (decimal): -4540161 or 16758970. OLE color: 16758970.

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

Color convert

RGB 186 184 255 -
CMYK 0.27 0.28 0 0
HSL 241.69º 1% 0.86% -
HSV(B) 241.69º 0.28% 1% -
XYZ 55.44 51.94 101.71 -
YUV 192.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 186 184 255 0.27 0.28 0 0 241.69 1 0.86
Hex BA B8 FF 1B 1C 0 0 F2 64 56
Octal 272 270 377 33 34 0 0 362 144 126
Binary 10111010 10111000 11111111 11011 11100 0 0 11110010 1100100 1010110

Color Harmonies of #BAB8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB8FF

Black with #BAB8FF

Text Example


Text Example

White with #BAB8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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