#BFBCF1

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

Shades of Lavender Blue #BFBCF1

Tints of Lavender Blue #BFBCF1

Color information

#BFBCF1 (or 0xBFBCF1) is unknown color: approx Lavender Blue. HEX triplet: BF, BC and F1. RGB value is (191,188,241). Sum of RGB (Red+Green+Blue) = 191+188+241=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCF1 is #40430E. Grayscale: #C2C2C2. Windows color (decimal): -4211471 or 15842495. OLE color: 15842495.

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

Color convert

RGB191188241-
CMYK0.210.2200.05
HSL243.4º65.43%84.12%-
HSV(B)243.4º21.99%94.51%-
XYZ55.3553.3990.61-
YUV194.94153.99125.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=30.81%
G=30.32%
B=38.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911882410.210.2200.05243.465.4384.12
HexBFBCF1151605f34154
Octal277274361252605363101124
Binary101111111011110011110001101011011001011111001110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCF1; }

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

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

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

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

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

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

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

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