#BFBCFF

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

Shades of Lavender Blue #BFBCFF

Tints of Lavender Blue #BFBCFF

Color information

#BFBCFF (or 0xBFBCFF) is unknown color: approx Lavender Blue. HEX triplet: BF, BC and FF. RGB value is (191,188,255). Sum of RGB (Red+Green+Blue) = 191+188+255=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCFF is #404300. Grayscale: #C4C4C4. Windows color (decimal): -4211457 or 16759999. OLE color: 16759999.

HSL color Cylindrical-coordinate representation of color #BFBCFF: hue angle of 242.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFBCFF is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191188255-
CMYK0.250.2600
HSL242.69º100%86.86%-
HSV(B)242.69º26.27%100%-
XYZ57.5254.26102.05-
YUV196.53160.99124.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 188 (73.83% from 255) = 29.65%
BLUE value IS 255 (100% from 255) = 40.22%
R=30.13%
G=29.65%
B=40.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911882550.250.2600242.6910086.86
HexBFBCFF191A00f36457
Octal277274377313200363144127
Binary1011111110111100111111111100111010001111001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCFF; }

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

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

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

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

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

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

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

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