Html Css Color HEX #BFBEFD Lavender Blue

📋 copy color: '#BFBEFD'

red 191 ◦ green 190 ◦ blue 253

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

Shades of Lavender Blue #BFBEFD

Tints of Lavender Blue #BFBEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.91%

R = 30.13%
G = 29.97%
B = 39.91%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFBEFD (or 0xBFBEFD) is known color: Lavender Blue. HEX triplet: BF, BE and FD. RGB value is (191,190,253). Sum of RGB (Red+Green+Blue) = 191+190+253=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFBEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEFD is #404102. Grayscale: #C5C5C5. Windows color (decimal): -4210947 or 16629439. OLE color: 16629439.

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

Color convert

RGB 191 190 253 -
CMYK 0.25 0.25 0 0.01
HSL 240.95º 0.94% 0.87% -
HSV(B) 240.95º 0.25% 0.99% -
XYZ 57.63 55 100.51 -
YUV 197.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 191 190 253 0.25 0.25 0 0.01 240.95 0.94 0.87
Hex BF BE FD 19 19 0 1 F1 5E 57
Octal 277 276 375 31 31 0 1 361 136 127
Binary 10111111 10111110 11111101 11001 11001 0 1 11110001 1011110 1010111

Color Harmonies of #BFBEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEFD

Black with #BFBEFD

Text Example


Text Example

White with #BFBEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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