#BCBDFB

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

Shades of Lavender Blue #BCBDFB

Tints of Lavender Blue #BCBDFB

Color information

#BCBDFB (or 0xBCBDFB) is unknown color: approx Lavender Blue. HEX triplet: BC, BD and FB. RGB value is (188,189,251). Sum of RGB (Red+Green+Blue) = 188+189+251=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCBDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDFB is #434204. Grayscale: #C3C3C3. Windows color (decimal): -4407813 or 16498108. OLE color: 16498108.

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

Color convert

RGB188189251-
CMYK0.250.2500.02
HSL239.05º88.73%86.08%-
HSV(B)239.05º25.1%98.43%-
XYZ56.3554.0598.73-
YUV195.77159.17122.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 189 (74.22% from 255) = 30.10%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=29.94%
G=30.10%
B=39.97%

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
Decimal1881892510.250.2500.02239.0588.7386.08
HexBCBDFB191902ef5956
Octal274275373313102357131126
Binary10111100101111011111101111001110010101110111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDFB; }

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

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

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

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

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

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

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

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