Html Css Color HEX #BFA6E1 Perfume

📋 copy color: '#BFA6E1'

red 191 ◦ green 166 ◦ blue 225

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

Shades of Perfume #BFA6E1

Tints of Perfume #BFA6E1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.52%

 BLUE value IS 225 (88.28% from 255) = 38.66%

R = 32.82%
G = 28.52%
B = 38.66%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFA6E1 (or 0xBFA6E1) is known color: Perfume. HEX triplet: BF, A6 and E1. RGB value is (191,166,225). Sum of RGB (Red+Green+Blue) = 191+166+225=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFA6E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6E1 is #40591E. Grayscale: #B3B3B3. Windows color (decimal): -4217119 or 14788287. OLE color: 14788287.

HSL color Cylindrical-coordinate representation of color #BFA6E1: hue angle of 265.42º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA6E1 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 166 225 -
CMYK 0.15 0.26 0 0.12
HSL 265.42º 0.5% 0.77% -
HSV(B) 265.42º 0.26% 0.88% -
XYZ 48.71 43.79 77.12 -
YUV 180.2 153.28 135.7 -
System Red Green Blue C M Y K H S L
Decimal 191 166 225 0.15 0.26 0 0.12 265.42 0.5 0.77
Hex BF A6 E1 F 1A 0 C 109 32 4D
Octal 277 246 341 17 32 0 14 411 62 115
Binary 10111111 10100110 11100001 1111 11010 0 1100 100001001 110010 1001101

Color Harmonies of #BFA6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA6E1

Black with #BFA6E1

Text Example


Text Example

White with #BFA6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA6E1; }

 p { color: rgb(191,166,225); }

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

background-color css

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

 a { background-color: rgb(191,166,225); }

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

border-color css

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

 span { border-color: rgb(191,166,225); }

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