Html Css Color HEX #BFACD1 Perfume

📋 copy color: '#BFACD1'

red 191 ◦ green 172 ◦ blue 209

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

Shades of Perfume #BFACD1

Tints of Perfume #BFACD1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.07%

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

R = 33.39%
G = 30.07%
B = 36.54%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFACD1 (or 0xBFACD1) is known color: Perfume. HEX triplet: BF, AC and D1. RGB value is (191,172,209). Sum of RGB (Red+Green+Blue) = 191+172+209=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACD1 is #40532E. Grayscale: #B5B5B5. Windows color (decimal): -4215599 or 13741247. OLE color: 13741247.

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

Color convert

RGB 191 172 209 -
CMYK 0.09 0.18 0 0.18
HSL 270.81º 0.29% 0.75% -
HSV(B) 270.81º 0.18% 0.82% -
XYZ 47.75 45.18 66.53 -
YUV 181.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 191 172 209 0.09 0.18 0 0.18 270.81 0.29 0.75
Hex BF AC D1 9 12 0 12 10F 1D 4B
Octal 277 254 321 11 22 0 22 417 35 113
Binary 10111111 10101100 11010001 1001 10010 0 10010 100001111 11101 1001011

Color Harmonies of #BFACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACD1

Black with #BFACD1

Text Example


Text Example

White with #BFACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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