Html Css Color HEX #BFAADC Perfume

📋 copy color: '#BFAADC'

red 191 ◦ green 170 ◦ blue 220

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

Shades of Perfume #BFAADC

Tints of Perfume #BFAADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 32.87%
G = 29.26%
B = 37.87%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFAADC (or 0xBFAADC) is known color: Perfume. HEX triplet: BF, AA and DC. RGB value is (191,170,220). Sum of RGB (Red+Green+Blue) = 191+170+220=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAADC is #405523. Grayscale: #B5B5B5. Windows color (decimal): -4216100 or 14461631. OLE color: 14461631.

HSL color Cylindrical-coordinate representation of color #BFAADC: hue angle of 265.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFAADC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 170 220 -
CMYK 0.13 0.23 0 0.14
HSL 265.2º 0.42% 0.76% -
HSV(B) 265.2º 0.23% 0.86% -
XYZ 48.78 44.99 73.82 -
YUV 181.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 191 170 220 0.13 0.23 0 0.14 265.2 0.42 0.76
Hex BF AA DC D 17 0 E 109 2A 4C
Octal 277 252 334 15 27 0 16 411 52 114
Binary 10111111 10101010 11011100 1101 10111 0 1110 100001001 101010 1001100

Color Harmonies of #BFAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAADC

Black with #BFAADC

Text Example


Text Example

White with #BFAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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