#BAC4FB

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

Shades of Lavender Blue #BAC4FB

Tints of Lavender Blue #BAC4FB

Color information

#BAC4FB (or 0xBAC4FB) is unknown color: approx Lavender Blue. HEX triplet: BA, C4 and FB. RGB value is (186,196,251). Sum of RGB (Red+Green+Blue) = 186+196+251=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAC4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4FB is #453B04. Grayscale: #C7C7C7. Windows color (decimal): -4537093 or 16499898. OLE color: 16499898.

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

Color convert

RGB186196251-
CMYK0.260.2200.02
HSL230.77º89.04%85.69%-
HSV(B)230.77º25.9%98.43%-
XYZ57.456.8899.22-
YUV199.28157.19118.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=29.38%
G=30.96%
B=39.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861962510.260.2200.02230.7789.0485.69
HexBAC4FB1A1602e75956
Octal272304373322602347131126
Binary10111010110001001111101111010101100101110011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4FB; }

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

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

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

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

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

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

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

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