#BCBDFC

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

Shades of Lavender Blue #BCBDFC

Tints of Lavender Blue #BCBDFC

Color information

#BCBDFC (or 0xBCBDFC) is unknown color: approx Lavender Blue. HEX triplet: BC, BD and FC. RGB value is (188,189,252). Sum of RGB (Red+Green+Blue) = 188+189+252=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCBDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDFC is #434203. Grayscale: #C3C3C3. Windows color (decimal): -4407812 or 16563644. OLE color: 16563644.

HSL color Cylindrical-coordinate representation of color #BCBDFC: hue angle of 239.06º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCBDFC is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188189252-
CMYK0.250.2500.01
HSL239.06º91.43%86.27%-
HSV(B)239.06º25.4%98.82%-
XYZ56.5154.1199.56-
YUV195.88159.67122.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=29.89%
G=30.05%
B=40.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881892520.250.2500.01239.0691.4386.27
HexBCBDFC191901ef5b56
Octal274275374313101357133126
Binary1011110010111101111111001100111001011110111110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDFC; }

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

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

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

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

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

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

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

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