#BCB3FD

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

Shades of Lavender Blue #BCB3FD

Tints of Lavender Blue #BCB3FD

Color information

#BCB3FD (or 0xBCB3FD) is unknown color: approx Lavender Blue. HEX triplet: BC, B3 and FD. RGB value is (188,179,253). Sum of RGB (Red+Green+Blue) = 188+179+253=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCB3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB3FD is #434C02. Grayscale: #BDBDBD. Windows color (decimal): -4410371 or 16626620. OLE color: 16626620.

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

Color convert

RGB188179253-
CMYK0.260.2900.01
HSL247.3º94.87%84.71%-
HSV(B)247.3º29.25%99.22%-
XYZ54.5950.0299.71-
YUV190.13163.48126.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 179 (70.31% from 255) = 28.87%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=30.32%
G=28.87%
B=40.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881792530.260.2900.01247.394.8784.71
HexBCB3FD1A1D01f75f55
Octal274263375323501367137125
Binary1011110010110011111111011101011101011111011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3FD; }

 p { color: rgb(188,179,253); }

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

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

 a { background-color: rgb(188,179,253); }

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

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

 span { border-color: rgb(188,179,253); }

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