#BCBCFE

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

Shades of Lavender Blue #BCBCFE

Tints of Lavender Blue #BCBCFE

Color information

#BCBCFE (or 0xBCBCFE) is unknown color: approx Lavender Blue. HEX triplet: BC, BC and FE. RGB value is (188,188,254). Sum of RGB (Red+Green+Blue) = 188+188+254=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCBCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCFE is #434301. Grayscale: #C3C3C3. Windows color (decimal): -4408066 or 16694460. OLE color: 16694460.

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

Color convert

RGB188188254-
CMYK0.260.2600.00
HSL240º97.06%86.67%-
HSV(B)240º25.98%99.61%-
XYZ56.6153.81101.17-
YUV195.52161122.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 188 (73.83% from 255) = 29.84%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=29.84%
G=29.84%
B=40.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881882540.260.2600.0024097.0686.67
HexBCBCFE1A1A00f06157
Octal274274376323200360141127
Binary1011110010111100111111101101011010001111000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCFE; }

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

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

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

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

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

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

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

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