#BAC1FB

Color #BAC1FB Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #BAC1FB

Tints of Lavender Blue #BAC1FB

Color information

#BAC1FB (or 0xBAC1FB) is unknown color: approx Lavender Blue. HEX triplet: BA, C1 and FB. RGB value is (186,193,251). Sum of RGB (Red+Green+Blue) = 186+193+251=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAC1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC1FB is #453E04. Grayscale: #C5C5C5. Windows color (decimal): -4537861 or 16499130. OLE color: 16499130.

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

Color convert

RGB186193251-
CMYK0.260.2300.02
HSL233.54º89.04%85.69%-
HSV(B)233.54º25.9%98.43%-
XYZ56.7355.5499-
YUV197.52158.18119.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.52%
GREEN value IS 193 (75.78% from 255) = 30.63%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=29.52%
G=30.63%
B=39.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861932510.260.2300.02233.5489.0485.69
HexBAC1FB1A1702ea5956
Octal272301373322702352131126
Binary10111010110000011111101111010101110101110101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1FB; }

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

 H1.HeaderClassName
 {
   color: #BAC1FB;
 }
 .AnyTagClassName
 {
   color: #BAC1FB;
 }
</style>
background-color css

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

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

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

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

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

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