Html Css Color HEX #BFACD0 Perfume

📋 copy color: '#BFACD0'

red 191 ◦ green 172 ◦ blue 208

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

Shades of Perfume #BFACD0

Tints of Perfume #BFACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.43%

R = 33.45%
G = 30.12%
B = 36.43%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFACD0 (or 0xBFACD0) is known color: Perfume. HEX triplet: BF, AC and D0. RGB value is (191,172,208). Sum of RGB (Red+Green+Blue) = 191+172+208=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACD0 is #40532F. Grayscale: #B5B5B5. Windows color (decimal): -4215600 or 13675711. OLE color: 13675711.

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

Color convert

RGB 191 172 208 -
CMYK 0.08 0.17 0 0.18
HSL 271.67º 0.28% 0.75% -
HSV(B) 271.67º 0.17% 0.82% -
XYZ 47.62 45.14 65.88 -
YUV 181.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 191 172 208 0.08 0.17 0 0.18 271.67 0.28 0.75
Hex BF AC D0 8 11 0 12 110 1C 4B
Octal 277 254 320 10 21 0 22 420 34 113
Binary 10111111 10101100 11010000 1000 10001 0 10010 100010000 11100 1001011

Color Harmonies of #BFACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACD0

Black with #BFACD0

Text Example


Text Example

White with #BFACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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