Html Css Color HEX #BFA7E5 Perfume

📋 copy color: '#BFA7E5'

red 191 ◦ green 167 ◦ blue 229

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

Shades of Perfume #BFA7E5

Tints of Perfume #BFA7E5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.45%

 BLUE value IS 229 (89.84% from 255) = 39.01%

R = 32.54%
G = 28.45%
B = 39.01%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFA7E5 (or 0xBFA7E5) is known color: Perfume. HEX triplet: BF, A7 and E5. RGB value is (191,167,229). Sum of RGB (Red+Green+Blue) = 191+167+229=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFA7E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7E5 is #40581A. Grayscale: #B5B5B5. Windows color (decimal): -4216859 or 15050687. OLE color: 15050687.

HSL color Cylindrical-coordinate representation of color #BFA7E5: hue angle of 263.23º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFA7E5 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 167 229 -
CMYK 0.17 0.27 0 0.10
HSL 263.23º 0.54% 0.78% -
HSV(B) 263.23º 0.27% 0.9% -
XYZ 49.45 44.37 80.09 -
YUV 181.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 191 167 229 0.17 0.27 0 0.10 263.23 0.54 0.78
Hex BF A7 E5 11 1B 0 A 107 36 4E
Octal 277 247 345 21 33 0 12 407 66 116
Binary 10111111 10100111 11100101 10001 11011 0 1010 100000111 110110 1001110

Color Harmonies of #BFA7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7E5

Black with #BFA7E5

Text Example


Text Example

White with #BFA7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7E5; }

 p { color: rgb(191,167,229); }

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

background-color css

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

 a { background-color: rgb(191,167,229); }

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

border-color css

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

 span { border-color: rgb(191,167,229); }

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