Html Css Color HEX #BFB7FF Lavender Blue

📋 copy color: '#BFB7FF'

red 191 ◦ green 183 ◦ blue 255

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

Shades of Lavender Blue #BFB7FF

Tints of Lavender Blue #BFB7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.54%

R = 30.37%
G = 29.09%
B = 40.54%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFB7FF (or 0xBFB7FF) is known color: Lavender Blue. HEX triplet: BF, B7 and FF. RGB value is (191,183,255). Sum of RGB (Red+Green+Blue) = 191+183+255=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7FF is #404800. Grayscale: #C1C1C1. Windows color (decimal): -4212737 or 16758719. OLE color: 16758719.

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

Color convert

RGB 191 183 255 -
CMYK 0.25 0.28 0 0
HSL 246.67º 1% 0.86% -
HSV(B) 246.67º 0.28% 1% -
XYZ 56.47 52.16 101.7 -
YUV 193.6 162.65 126.15 -
System Red Green Blue C M Y K H S L
Decimal 191 183 255 0.25 0.28 0 0 246.67 1 0.86
Hex BF B7 FF 19 1C 0 0 F7 64 56
Octal 277 267 377 31 34 0 0 367 144 126
Binary 10111111 10110111 11111111 11001 11100 0 0 11110111 1100100 1010110

Color Harmonies of #BFB7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB7FF

Black with #BFB7FF

Text Example


Text Example

White with #BFB7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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