Html Css Color HEX #BFA4D5 Perfume

📋 copy color: '#BFA4D5'

red 191 ◦ green 164 ◦ blue 213

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

Shades of Perfume #BFA4D5

Tints of Perfume #BFA4D5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.87%

 BLUE value IS 213 (83.59% from 255) = 37.5%

R = 33.63%
G = 28.87%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFA4D5 (or 0xBFA4D5) is known color: Perfume. HEX triplet: BF, A4 and D5. RGB value is (191,164,213). Sum of RGB (Red+Green+Blue) = 191+164+213=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFA4D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4D5 is #405B2A. Grayscale: #B1B1B1. Windows color (decimal): -4217643 or 14001343. OLE color: 14001343.

HSL color Cylindrical-coordinate representation of color #BFA4D5: hue angle of 273.06º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFA4D5 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 164 213 -
CMYK 0.10 0.23 0 0.16
HSL 273.06º 0.37% 0.74% -
HSV(B) 273.06º 0.23% 0.84% -
XYZ 46.77 42.43 68.68 -
YUV 177.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 191 164 213 0.10 0.23 0 0.16 273.06 0.37 0.74
Hex BF A4 D5 A 17 0 10 111 25 4A
Octal 277 244 325 12 27 0 20 421 45 112
Binary 10111111 10100100 11010101 1010 10111 0 10000 100010001 100101 1001010

Color Harmonies of #BFA4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4D5

Black with #BFA4D5

Text Example


Text Example

White with #BFA4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4D5; }

 p { color: rgb(191,164,213); }

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

background-color css

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

 a { background-color: rgb(191,164,213); }

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

border-color css

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

 span { border-color: rgb(191,164,213); }

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