#BFBEF0

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

Shades of Lavender Blue #BFBEF0

Tints of Lavender Blue #BFBEF0

Color information

#BFBEF0 (or 0xBFBEF0) is unknown color: approx Lavender Blue. HEX triplet: BF, BE and F0. RGB value is (191,190,240). Sum of RGB (Red+Green+Blue) = 191+190+240=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEF0 is #40410F. Grayscale: #C3C3C3. Windows color (decimal): -4210960 or 15777471. OLE color: 15777471.

HSL color Cylindrical-coordinate representation of color #BFBEF0: hue angle of 241.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFBEF0 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191190240-
CMYK0.200.2100.06
HSL241.2º62.5%84.31%-
HSV(B)241.2º20.83%94.12%-
XYZ55.6354.1989.97-
YUV196152.83124.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=30.76%
G=30.60%
B=38.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911902400.200.2100.06241.262.584.31
HexBFBEF0141506f13e54
Octal27727636024250636176124
Binary10111111101111101111000010100101010110111100011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEF0; }

 p { color: rgb(191,190,240); }

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

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

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

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

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

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

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