Html Css Color HEX #BFBEF1 Lavender Blue

📋 copy color: '#BFBEF1'

red 191 ◦ green 190 ◦ blue 241

#BFBEF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #BFBEF1

Tints of Lavender Blue #BFBEF1

RGB

 RED value IS 191 (75% from 255) = 30.71%

 GREEN value IS 190 (74.61% from 255) = 30.55%

 BLUE value IS 241 (94.53% from 255) = 38.75%

R = 30.71%
G = 30.55%
B = 38.75%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFBEF1 (or 0xBFBEF1) is known color: Lavender Blue. HEX triplet: BF, BE and F1. RGB value is (191,190,241). Sum of RGB (Red+Green+Blue) = 191+190+241=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFBEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEF1 is #40410E. Grayscale: #C3C3C3. Windows color (decimal): -4210959 or 15843007. OLE color: 15843007.

HSL color Cylindrical-coordinate representation of color #BFBEF1: hue angle of 241.18º degrees, saturation: 0.65, 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 #BFBEF1 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 190 241 -
CMYK 0.21 0.21 0 0.05
HSL 241.18º 0.65% 0.85% -
HSV(B) 241.18º 0.21% 0.95% -
XYZ 55.78 54.25 90.75 -
YUV 196.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 191 190 241 0.21 0.21 0 0.05 241.18 0.65 0.85
Hex BF BE F1 15 15 0 5 F1 41 55
Octal 277 276 361 25 25 0 5 361 101 125
Binary 10111111 10111110 11110001 10101 10101 0 101 11110001 1000001 1010101

Color Harmonies of #BFBEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEF1

Black with #BFBEF1

Text Example


Text Example

White with #BFBEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEF1; }

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

 H1.HeaderClassName
 {
   color: #BFBEF1;
 }
 .AnyTagClassName
 {
   color: #BFBEF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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