Html Css Color HEX #BFB7FE Lavender Blue

📋 copy color: '#BFB7FE'

red 191 ◦ green 183 ◦ blue 254

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

Shades of Lavender Blue #BFB7FE

Tints of Lavender Blue #BFB7FE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.14%

 BLUE value IS 254 (99.61% from 255) = 40.45%

R = 30.41%
G = 29.14%
B = 40.45%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFB7FE (or 0xBFB7FE) is known color: Lavender Blue. HEX triplet: BF, B7 and FE. RGB value is (191,183,254). Sum of RGB (Red+Green+Blue) = 191+183+254=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFB7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7FE is #404801. Grayscale: #C1C1C1. Windows color (decimal): -4212738 or 16693183. OLE color: 16693183.

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

Color convert

RGB 191 183 254 -
CMYK 0.25 0.28 0 0.00
HSL 246.76º 0.97% 0.86% -
HSV(B) 246.76º 0.28% 1% -
XYZ 56.31 52.1 100.85 -
YUV 193.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 191 183 254 0.25 0.28 0 0.00 246.76 0.97 0.86
Hex BF B7 FE 19 1C 0 0 F7 61 56
Octal 277 267 376 31 34 0 0 367 141 126
Binary 10111111 10110111 11111110 11001 11100 0 0 11110111 1100001 1010110

Color Harmonies of #BFB7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB7FE

Black with #BFB7FE

Text Example


Text Example

White with #BFB7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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