#BCB3FE

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

Shades of Lavender Blue #BCB3FE

Tints of Lavender Blue #BCB3FE

Color information

#BCB3FE (or 0xBCB3FE) is unknown color: approx Lavender Blue. HEX triplet: BC, B3 and FE. RGB value is (188,179,254). Sum of RGB (Red+Green+Blue) = 188+179+254=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB3FE is #434C01. Grayscale: #BDBDBD. Windows color (decimal): -4410370 or 16692156. OLE color: 16692156.

HSL color Cylindrical-coordinate representation of color #BCB3FE: hue angle of 247.2º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCB3FE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188179254-
CMYK0.260.3000.00
HSL247.2º97.4%84.9%-
HSV(B)247.2º29.53%99.61%-
XYZ54.7550.09100.55-
YUV190.24163.98126.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 179 (70.31% from 255) = 28.82%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=30.27%
G=28.82%
B=40.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881792540.260.3000.00247.297.484.9
HexBCB3FE1A1E00f76155
Octal274263376323600367141125
Binary1011110010110011111111101101011110001111011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3FE; }

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

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

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

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

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

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

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

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