#BFBEF3

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

Shades of Lavender Blue #BFBEF3

Tints of Lavender Blue #BFBEF3

Color information

#BFBEF3 (or 0xBFBEF3) is unknown color: approx Lavender Blue. HEX triplet: BF, BE and F3. RGB value is (191,190,243). Sum of RGB (Red+Green+Blue) = 191+190+243=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFBEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEF3 is #40410C. Grayscale: #C4C4C4. Windows color (decimal): -4210957 or 15974079. OLE color: 15974079.

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

Color convert

RGB191190243-
CMYK0.210.2200.05
HSL241.13º68.83%84.9%-
HSV(B)241.13º21.81%95.29%-
XYZ56.0854.3792.33-
YUV196.34154.33124.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 243 (95.31% from 255) = 38.94%
R=30.61%
G=30.45%
B=38.94%

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
Decimal1911902430.210.2200.05241.1368.8384.9
HexBFBEF3151605f14555
Octal277276363252605361105125
Binary101111111011111011110011101011011001011111000110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEF3; }

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

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

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

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

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

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

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

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