Html Css Color HEX #BFA7D1 Perfume

📋 copy color: '#BFA7D1'

red 191 ◦ green 167 ◦ blue 209

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

Shades of Perfume #BFA7D1

Tints of Perfume #BFA7D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.86%

R = 33.69%
G = 29.45%
B = 36.86%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFA7D1 (or 0xBFA7D1) is known color: Perfume. HEX triplet: BF, A7 and D1. RGB value is (191,167,209). Sum of RGB (Red+Green+Blue) = 191+167+209=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFA7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7D1 is #40582E. Grayscale: #B2B2B2. Windows color (decimal): -4216879 or 13739967. OLE color: 13739967.

HSL color Cylindrical-coordinate representation of color #BFA7D1: hue angle of 274.29º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFA7D1 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 167 209 -
CMYK 0.09 0.20 0 0.18
HSL 274.29º 0.31% 0.74% -
HSV(B) 274.29º 0.2% 0.82% -
XYZ 46.81 43.32 66.22 -
YUV 178.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 191 167 209 0.09 0.20 0 0.18 274.29 0.31 0.74
Hex BF A7 D1 9 14 0 12 112 1F 4A
Octal 277 247 321 11 24 0 22 422 37 112
Binary 10111111 10100111 11010001 1001 10100 0 10010 100010010 11111 1001010

Color Harmonies of #BFA7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7D1

Black with #BFA7D1

Text Example


Text Example

White with #BFA7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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