#BCB3FC

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

Shades of Lavender Blue #BCB3FC

Tints of Lavender Blue #BCB3FC

Color information

#BCB3FC (or 0xBCB3FC) is unknown color: approx Lavender Blue. HEX triplet: BC, B3 and FC. RGB value is (188,179,252). Sum of RGB (Red+Green+Blue) = 188+179+252=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCB3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB3FC is #434C03. Grayscale: #BDBDBD. Windows color (decimal): -4410372 or 16561084. OLE color: 16561084.

HSL color Cylindrical-coordinate representation of color #BCB3FC: hue angle of 247.4º degrees, saturation: 0.92, 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 #BCB3FC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188179252-
CMYK0.250.2900.01
HSL247.4º92.41%84.51%-
HSV(B)247.4º28.97%98.82%-
XYZ54.4349.9698.87-
YUV190.01162.98126.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 179 (70.31% from 255) = 28.92%
BLUE value IS 252 (98.83% from 255) = 40.71%
R=30.37%
G=28.92%
B=40.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881792520.250.2900.01247.492.4184.51
HexBCB3FC191D01f75c55
Octal274263374313501367134125
Binary1011110010110011111111001100111101011111011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3FC; }

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

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

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

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

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

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

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

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