#BCB3FF

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

Shades of Lavender Blue #BCB3FF

Tints of Lavender Blue #BCB3FF

Color information

#BCB3FF (or 0xBCB3FF) is unknown color: approx Lavender Blue. HEX triplet: BC, B3 and FF. RGB value is (188,179,255). Sum of RGB (Red+Green+Blue) = 188+179+255=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB3FF is #434C00. Grayscale: #BEBEBE. Windows color (decimal): -4410369 or 16757692. OLE color: 16757692.

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

Color convert

RGB188179255-
CMYK0.260.3000
HSL247.11º100%85.1%-
HSV(B)247.11º29.8%100%-
XYZ54.9150.15101.39-
YUV190.36164.48126.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.23%
GREEN value IS 179 (70.31% from 255) = 28.78%
BLUE value IS 255 (100% from 255) = 41.00%
R=30.23%
G=28.78%
B=41.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881792550.260.3000247.1110085.1
HexBCB3FF1A1E00f76455
Octal274263377323600367144125
Binary1011110010110011111111111101011110001111011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3FF; }

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

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

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

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

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

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

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

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