Html Css Color HEX #BFBEFE Lavender Blue

📋 copy color: '#BFBEFE'

red 191 ◦ green 190 ◦ blue 254

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

Shades of Lavender Blue #BFBEFE

Tints of Lavender Blue #BFBEFE

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 value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFBEFE (or 0xBFBEFE) is known color: 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

RGB 191 190 254 -
CMYK 0.25 0.25 0 0.00
HSL 240.94º 0.97% 0.87% -
HSV(B) 240.94º 0.25% 1% -
XYZ 57.79 55.06 101.35 -
YUV 197.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 191 190 254 0.25 0.25 0 0.00 240.94 0.97 0.87
Hex BF BE FE 19 19 0 0 F1 61 57
Octal 277 276 376 31 31 0 0 361 141 127
Binary 10111111 10111110 11111110 11001 11001 0 0 11110001 1100001 1010111

Color Harmonies of #BFBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEFE

Black with #BFBEFE

Text Example


Text Example

White with #BFBEFE

Text Example


Text Example

HTML Codes & Css Web 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>