#BFBEFE

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

Shades of Lavender Blue #BFBEFE

Tints of Lavender Blue #BFBEFE

Color information

#BFBEFE (or 0xBFBEFE) is unknown color: approx Lavender Blue. HEX triplet: BF, BE and FE. RGB value is (191,190,254). Sum of RGB (Red+Green+Blue) = 191+190+254=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFBEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEFE is #404101. Grayscale: #C5C5C5. Windows color (decimal): -4210946 or 16694975. OLE color: 16694975.

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

Color convert

RGB191190254-
CMYK0.250.2500.00
HSL240.94º96.97%87.06%-
HSV(B)240.94º25.2%99.61%-
XYZ57.7955.06101.35-
YUV197.59159.83123.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 254 (99.61% from 255) = 40%
R=30.08%
G=29.92%
B=40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911902540.250.2500.00240.9496.9787.06
HexBFBEFE191900f16157
Octal277276376313100361141127
Binary1011111110111110111111101100111001001111000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEFE; }

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

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

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

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

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

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

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

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