Html Css Color HEX #BAC1FA Lavender Blue

📋 copy color: '#BAC1FA'

red 186 ◦ green 193 ◦ blue 250

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

Shades of Lavender Blue #BAC1FA

Tints of Lavender Blue #BAC1FA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.68%

 BLUE value IS 250 (98.05% from 255) = 39.75%

R = 29.57%
G = 30.68%
B = 39.75%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAC1FA (or 0xBAC1FA) is known color: Lavender Blue. HEX triplet: BA, C1 and FA. RGB value is (186,193,250). Sum of RGB (Red+Green+Blue) = 186+193+250=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC1FA is #453E05. Grayscale: #C5C5C5. Windows color (decimal): -4537862 or 16433594. OLE color: 16433594.

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

Color convert

RGB 186 193 250 -
CMYK 0.26 0.23 0 0.02
HSL 233.44º 0.86% 0.85% -
HSV(B) 233.44º 0.26% 0.98% -
XYZ 56.57 55.48 98.17 -
YUV 197.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 186 193 250 0.26 0.23 0 0.02 233.44 0.86 0.85
Hex BA C1 FA 1A 17 0 2 E9 56 55
Octal 272 301 372 32 27 0 2 351 126 125
Binary 10111010 11000001 11111010 11010 10111 0 10 11101001 1010110 1010101

Color Harmonies of #BAC1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC1FA

Black with #BAC1FA

Text Example


Text Example

White with #BAC1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC1FA; }

 p { color: rgb(186,193,250); }

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

background-color css

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

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

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

border-color css

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

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

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