#BCBCFB

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

Shades of Lavender Blue #BCBCFB

Tints of Lavender Blue #BCBCFB

Color information

#BCBCFB (or 0xBCBCFB) is unknown color: approx Lavender Blue. HEX triplet: BC, BC and FB. RGB value is (188,188,251). Sum of RGB (Red+Green+Blue) = 188+188+251=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCBCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCFB is #434304. Grayscale: #C2C2C2. Windows color (decimal): -4408069 or 16497852. OLE color: 16497852.

HSL color Cylindrical-coordinate representation of color #BCBCFB: hue angle of 240º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCBCFB is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188188251-
CMYK0.250.2500.02
HSL240º88.73%86.08%-
HSV(B)240º25.1%98.43%-
XYZ56.1353.6298.66-
YUV195.18159.5122.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=29.98%
G=29.98%
B=40.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881882510.250.2500.0224088.7386.08
HexBCBCFB191902f05956
Octal274274373313102360131126
Binary10111100101111001111101111001110010101111000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCFB; }

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

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

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

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

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

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

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

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