#BFBEF2

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

Shades of Lavender Blue #BFBEF2

Tints of Lavender Blue #BFBEF2

Color information

#BFBEF2 (or 0xBFBEF2) is unknown color: approx Lavender Blue. HEX triplet: BF, BE and F2. RGB value is (191,190,242). Sum of RGB (Red+Green+Blue) = 191+190+242=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEF2 is #40410D. Grayscale: #C4C4C4. Windows color (decimal): -4210958 or 15908543. OLE color: 15908543.

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

Color convert

RGB191190242-
CMYK0.210.2100.05
HSL241.15º66.67%84.71%-
HSV(B)241.15º21.49%94.9%-
XYZ55.9354.3191.54-
YUV196.23153.83124.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 242 (94.92% from 255) = 38.84%
R=30.66%
G=30.50%
B=38.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911902420.210.2100.05241.1566.6784.71
HexBFBEF2151505f14355
Octal277276362252505361103125
Binary101111111011111011110010101011010101011111000110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEF2; }

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

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

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

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

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

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

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

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