#BAC4FD

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

Shades of Lavender Blue #BAC4FD

Tints of Lavender Blue #BAC4FD

Color information

#BAC4FD (or 0xBAC4FD) is unknown color: approx Lavender Blue. HEX triplet: BA, C4 and FD. RGB value is (186,196,253). Sum of RGB (Red+Green+Blue) = 186+196+253=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAC4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4FD is #453B02. Grayscale: #C7C7C7. Windows color (decimal): -4537091 or 16630970. OLE color: 16630970.

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

Color convert

RGB186196253-
CMYK0.260.2300.01
HSL231.04º94.37%86.08%-
HSV(B)231.04º26.48%99.22%-
XYZ57.7257.01100.89-
YUV199.51158.19118.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 196 (76.95% from 255) = 30.87%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=29.29%
G=30.87%
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.01
SystemRedGreenBlueCMYKHSL
Decimal1861962530.260.2300.01231.0494.3786.08
HexBAC4FD1A1701e75e56
Octal272304375322701347136126
Binary1011101011000100111111011101010111011110011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4FD; }

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

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

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

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

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

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

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

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