Html Css Color HEX #BFBEF0 Lavender Blue

📋 copy color: '#BFBEF0'

red 191 ◦ green 190 ◦ blue 240

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

Shades of Lavender Blue #BFBEF0

Tints of Lavender Blue #BFBEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.65%

R = 30.76%
G = 30.6%
B = 38.65%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFBEF0 (or 0xBFBEF0) is known color: Lavender Blue. HEX triplet: BF, BE and F0. RGB value is (191,190,240). Sum of RGB (Red+Green+Blue) = 191+190+240=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEF0 is #40410F. Grayscale: #C3C3C3. Windows color (decimal): -4210960 or 15777471. OLE color: 15777471.

HSL color Cylindrical-coordinate representation of color #BFBEF0: hue angle of 241.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFBEF0 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 190 240 -
CMYK 0.20 0.21 0 0.06
HSL 241.2º 0.63% 0.84% -
HSV(B) 241.2º 0.21% 0.94% -
XYZ 55.63 54.19 89.97 -
YUV 196 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 191 190 240 0.20 0.21 0 0.06 241.2 0.63 0.84
Hex BF BE F0 14 15 0 6 F1 3E 54
Octal 277 276 360 24 25 0 6 361 76 124
Binary 10111111 10111110 11110000 10100 10101 0 110 11110001 111110 1010100

Color Harmonies of #BFBEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEF0

Black with #BFBEF0

Text Example


Text Example

White with #BFBEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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