Html Css Color HEX #BFAACD Perfume

📋 copy color: '#BFAACD'

red 191 ◦ green 170 ◦ blue 205

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

Shades of Perfume #BFAACD

Tints of Perfume #BFAACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.04%

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 33.75%
G = 30.04%
B = 36.22%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BFAACD (or 0xBFAACD) is known color: Perfume. HEX triplet: BF, AA and CD. RGB value is (191,170,205). Sum of RGB (Red+Green+Blue) = 191+170+205=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAACD is #405532. Grayscale: #B4B4B4. Windows color (decimal): -4216115 or 13478591. OLE color: 13478591.

HSL color Cylindrical-coordinate representation of color #BFAACD: hue angle of 276º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFAACD is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 170 205 -
CMYK 0.07 0.17 0 0.20
HSL 276º 0.26% 0.74% -
HSV(B) 276º 0.17% 0.8% -
XYZ 46.88 44.23 63.82 -
YUV 180.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 191 170 205 0.07 0.17 0 0.20 276 0.26 0.74
Hex BF AA CD 7 11 0 14 114 1A 4A
Octal 277 252 315 7 21 0 24 424 32 112
Binary 10111111 10101010 11001101 111 10001 0 10100 100010100 11010 1001010

Color Harmonies of #BFAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAACD

Black with #BFAACD

Text Example


Text Example

White with #BFAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAACD; }

 p { color: rgb(191,170,205); }

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

background-color css

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

 a { background-color: rgb(191,170,205); }

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

border-color css

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

 span { border-color: rgb(191,170,205); }

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