#BFBEF4

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

Shades of Lavender Blue #BFBEF4

Tints of Lavender Blue #BFBEF4

Color information

#BFBEF4 (or 0xBFBEF4) is unknown color: approx Lavender Blue. HEX triplet: BF, BE and F4. RGB value is (191,190,244). Sum of RGB (Red+Green+Blue) = 191+190+244=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 244 (95.70% from 255 or 39.04% from 625); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFBEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEF4 is #40410B. Grayscale: #C4C4C4. Windows color (decimal): -4210956 or 16039615. OLE color: 16039615.

HSL color Cylindrical-coordinate representation of color #BFBEF4: hue angle of 241.11º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFBEF4 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191190244-
CMYK0.220.2200.04
HSL241.11º71.05%85.1%-
HSV(B)241.11º22.13%95.69%-
XYZ56.2354.4393.13-
YUV196.46154.83124.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.56%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 244 (95.70% from 255) = 39.04%
R=30.56%
G=30.4%
B=39.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911902440.220.2200.04241.1171.0585.1
HexBFBEF4161604f14755
Octal277276364262604361107125
Binary101111111011111011110100101101011001001111000110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEF4; }

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

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

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

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

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

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

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

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