Html Css Color HEX #BAB6FB Lavender Blue

📋 copy color: '#BAB6FB'

red 186 ◦ green 182 ◦ blue 251

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

Shades of Lavender Blue #BAB6FB

Tints of Lavender Blue #BAB6FB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.4%

 BLUE value IS 251 (98.44% from 255) = 40.55%

R = 30.05%
G = 29.4%
B = 40.55%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAB6FB (or 0xBAB6FB) is known color: Lavender Blue. HEX triplet: BA, B6 and FB. RGB value is (186,182,251). Sum of RGB (Red+Green+Blue) = 186+182+251=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAB6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6FB is #454904. Grayscale: #BEBEBE. Windows color (decimal): -4540677 or 16496314. OLE color: 16496314.

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

Color convert

RGB 186 182 251 -
CMYK 0.26 0.27 0 0.02
HSL 243.48º 0.9% 0.85% -
HSV(B) 243.48º 0.27% 0.98% -
XYZ 54.39 50.86 98.22 -
YUV 191.06 161.83 124.39 -
System Red Green Blue C M Y K H S L
Decimal 186 182 251 0.26 0.27 0 0.02 243.48 0.9 0.85
Hex BA B6 FB 1A 1B 0 2 F3 5A 55
Octal 272 266 373 32 33 0 2 363 132 125
Binary 10111010 10110110 11111011 11010 11011 0 10 11110011 1011010 1010101

Color Harmonies of #BAB6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6FB

Black with #BAB6FB

Text Example


Text Example

White with #BAB6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6FB; }

 p { color: rgb(186,182,251); }

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

background-color css

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

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

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

border-color css

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

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

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