#BFBFFF

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

Shades of Lavender Blue #BFBFFF

Tints of Lavender Blue #BFBFFF

Color information

#BFBFFF (or 0xBFBFFF) is unknown color: approx Lavender Blue. HEX triplet: BF, BF and FF. RGB value is (191,191,255). Sum of RGB (Red+Green+Blue) = 191+191+255=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFFF is #404000. Grayscale: #C6C6C6. Windows color (decimal): -4210689 or 16760767. OLE color: 16760767.

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

Color convert

RGB191191255-
CMYK0.250.2500
HSL240º100%87.45%-
HSV(B)240º25.1%100%-
XYZ58.1755.56102.27-
YUV198.3160122.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 255 (100% from 255) = 40.03%
R=29.98%
G=29.98%
B=40.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911912550.250.250024010087.45
HexBFBFFF191900f06457
Octal277277377313100360144127
Binary1011111110111111111111111100111001001111000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFFF; }

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

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

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

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

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

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

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

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