Html Css Color HEX #BAB6FC Lavender Blue

📋 copy color: '#BAB6FC'

red 186 ◦ green 182 ◦ blue 252

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

Shades of Lavender Blue #BAB6FC

Tints of Lavender Blue #BAB6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.65%

R = 30%
G = 29.35%
B = 40.65%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BAB6FC (or 0xBAB6FC) is known color: Lavender Blue. HEX triplet: BA, B6 and FC. RGB value is (186,182,252). Sum of RGB (Red+Green+Blue) = 186+182+252=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAB6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6FC is #454903. Grayscale: #BEBEBE. Windows color (decimal): -4540676 or 16561850. OLE color: 16561850.

HSL color Cylindrical-coordinate representation of color #BAB6FC: hue angle of 243.43º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAB6FC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 182 252 -
CMYK 0.26 0.28 0 0.01
HSL 243.43º 0.92% 0.85% -
HSV(B) 243.43º 0.28% 0.99% -
XYZ 54.55 50.92 99.05 -
YUV 191.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 186 182 252 0.26 0.28 0 0.01 243.43 0.92 0.85
Hex BA B6 FC 1A 1C 0 1 F3 5C 55
Octal 272 266 374 32 34 0 1 363 134 125
Binary 10111010 10110110 11111100 11010 11100 0 1 11110011 1011100 1010101

Color Harmonies of #BAB6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6FC

Black with #BAB6FC

Text Example


Text Example

White with #BAB6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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