#BCBEFB

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

Shades of Lavender Blue #BCBEFB

Tints of Lavender Blue #BCBEFB

Color information

#BCBEFB (or 0xBCBEFB) is unknown color: approx Lavender Blue. HEX triplet: BC, BE and FB. RGB value is (188,190,251). Sum of RGB (Red+Green+Blue) = 188+190+251=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCBEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEFB is #434104. Grayscale: #C4C4C4. Windows color (decimal): -4407557 or 16498364. OLE color: 16498364.

HSL color Cylindrical-coordinate representation of color #BCBEFB: hue angle of 238.1º 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 #BCBEFB is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188190251-
CMYK0.250.2400.02
HSL238.1º88.73%86.08%-
HSV(B)238.1º25.1%98.43%-
XYZ56.5754.4898.8-
YUV196.36158.84122.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=29.89%
G=30.21%
B=39.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881902510.250.2400.02238.188.7386.08
HexBCBEFB191802ee5956
Octal274276373313002356131126
Binary10111100101111101111101111001110000101110111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEFB; }

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

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

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

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

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

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

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

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