#BCBCFF

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

Shades of Lavender Blue #BCBCFF

Tints of Lavender Blue #BCBCFF

Color information

#BCBCFF (or 0xBCBCFF) is unknown color: approx Lavender Blue. HEX triplet: BC, BC and FF. RGB value is (188,188,255). Sum of RGB (Red+Green+Blue) = 188+188+255=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCFF is #434300. Grayscale: #C3C3C3. Windows color (decimal): -4408065 or 16759996. OLE color: 16759996.

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

Color convert

RGB188188255-
CMYK0.260.2600
HSL240º100%86.86%-
HSV(B)240º26.27%100%-
XYZ56.7753.88102.01-
YUV195.64161.5122.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 255 (100% from 255) = 40.41%
R=29.79%
G=29.79%
B=40.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881882550.260.260024010086.86
HexBCBCFF1A1A00f06457
Octal274274377323200360144127
Binary1011110010111100111111111101011010001111000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCFF; }

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

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

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

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

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

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

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

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