Html Css Color HEX #BAC5FA Lavender Blue

📋 copy color: '#BAC5FA'

red 186 ◦ green 197 ◦ blue 250

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

Shades of Lavender Blue #BAC5FA

Tints of Lavender Blue #BAC5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.12%

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

R = 29.38%
G = 31.12%
B = 39.49%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAC5FA (or 0xBAC5FA) is known color: Lavender Blue. HEX triplet: BA, C5 and FA. RGB value is (186,197,250). Sum of RGB (Red+Green+Blue) = 186+197+250=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5FA is #453A05. Grayscale: #C7C7C7. Windows color (decimal): -4536838 or 16434618. OLE color: 16434618.

HSL color Cylindrical-coordinate representation of color #BAC5FA: hue angle of 229.69º 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 #BAC5FA is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 197 250 -
CMYK 0.26 0.21 0 0.02
HSL 229.69º 0.86% 0.85% -
HSV(B) 229.69º 0.26% 0.98% -
XYZ 57.47 57.27 98.47 -
YUV 199.75 156.36 118.19 -
System Red Green Blue C M Y K H S L
Decimal 186 197 250 0.26 0.21 0 0.02 229.69 0.86 0.85
Hex BA C5 FA 1A 15 0 2 E6 56 55
Octal 272 305 372 32 25 0 2 346 126 125
Binary 10111010 11000101 11111010 11010 10101 0 10 11100110 1010110 1010101

Color Harmonies of #BAC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5FA

Black with #BAC5FA

Text Example


Text Example

White with #BAC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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