#BCBCF3

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

Shades of Lavender Blue #BCBCF3

Tints of Lavender Blue #BCBCF3

Color information

#BCBCF3 (or 0xBCBCF3) is unknown color: approx Lavender Blue. HEX triplet: BC, BC and F3. RGB value is (188,188,243). Sum of RGB (Red+Green+Blue) = 188+188+243=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCBCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCF3 is #43430C. Grayscale: #C2C2C2. Windows color (decimal): -4408077 or 15973564. OLE color: 15973564.

HSL color Cylindrical-coordinate representation of color #BCBCF3: hue angle of 240º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCBCF3 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188188243-
CMYK0.230.2300.05
HSL240º69.62%84.51%-
HSV(B)240º22.63%95.29%-
XYZ54.953.1392.16-
YUV194.27155.5123.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=30.37%
G=30.37%
B=39.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881882430.230.2300.0524069.6284.51
HexBCBCF3171705f04655
Octal274274363272705360106125
Binary101111001011110011110011101111011101011111000010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCF3; }

 p { color: rgb(188,188,243); }

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

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

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

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

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

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

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