#BCBDFE

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

Shades of Lavender Blue #BCBDFE

Tints of Lavender Blue #BCBDFE

Color information

#BCBDFE (or 0xBCBDFE) is unknown color: approx Lavender Blue. HEX triplet: BC, BD and FE. RGB value is (188,189,254). Sum of RGB (Red+Green+Blue) = 188+189+254=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDFE is #434201. Grayscale: #C3C3C3. Windows color (decimal): -4407810 or 16694716. OLE color: 16694716.

HSL color Cylindrical-coordinate representation of color #BCBDFE: hue angle of 239.09º 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 #BCBDFE is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188189254-
CMYK0.260.2600.00
HSL239.09º97.06%86.67%-
HSV(B)239.09º25.98%99.61%-
XYZ56.8354.24101.24-
YUV196.11160.67122.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=29.79%
G=29.95%
B=40.25%

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
Decimal1881892540.260.2600.00239.0997.0686.67
HexBCBDFE1A1A00ef6157
Octal274275376323200357141127
Binary1011110010111101111111101101011010001110111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDFE; }

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

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

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

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

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

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

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

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