Html Css Color HEX #BFA4D1 Perfume

📋 copy color: '#BFA4D1'

red 191 ◦ green 164 ◦ blue 209

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

Shades of Perfume #BFA4D1

Tints of Perfume #BFA4D1

RGB

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

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

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

R = 33.87%
G = 29.08%
B = 37.06%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFA4D1 (or 0xBFA4D1) is known color: Perfume. HEX triplet: BF, A4 and D1. RGB value is (191,164,209). Sum of RGB (Red+Green+Blue) = 191+164+209=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFA4D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4D1 is #405B2E. Grayscale: #B1B1B1. Windows color (decimal): -4217647 or 13739199. OLE color: 13739199.

HSL color Cylindrical-coordinate representation of color #BFA4D1: hue angle of 276º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA4D1 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 164 209 -
CMYK 0.09 0.22 0 0.18
HSL 276º 0.33% 0.73% -
HSV(B) 276º 0.22% 0.82% -
XYZ 46.27 42.23 66.03 -
YUV 177.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 191 164 209 0.09 0.22 0 0.18 276 0.33 0.73
Hex BF A4 D1 9 16 0 12 114 21 49
Octal 277 244 321 11 26 0 22 424 41 111
Binary 10111111 10100100 11010001 1001 10110 0 10010 100010100 100001 1001001

Color Harmonies of #BFA4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4D1

Black with #BFA4D1

Text Example


Text Example

White with #BFA4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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