#BCBFF3

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

Shades of Lavender Blue #BCBFF3

Tints of Lavender Blue #BCBFF3

Color information

#BCBFF3 (or 0xBCBFF3) is unknown color: approx Lavender Blue. HEX triplet: BC, BF and F3. RGB value is (188,191,243). Sum of RGB (Red+Green+Blue) = 188+191+243=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCBFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFF3 is #43400C. Grayscale: #C3C3C3. Windows color (decimal): -4407309 or 15974332. OLE color: 15974332.

HSL color Cylindrical-coordinate representation of color #BCBFF3: hue angle of 236.73º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCBFF3 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188191243-
CMYK0.230.2100.05
HSL236.73º69.62%84.51%-
HSV(B)236.73º22.63%95.29%-
XYZ55.5554.4292.37-
YUV196.03154.51122.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.23%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=30.23%
G=30.71%
B=39.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881912430.230.2100.05236.7369.6284.51
HexBCBFF3171505ed4655
Octal274277363272505355106125
Binary101111001011111111110011101111010101011110110110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFF3; }

 p { color: rgb(188,191,243); }

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

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

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

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

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

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

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