Html Css Color HEX #BF9ADD Perfume

📋 copy color: '#BF9ADD'

red 191 ◦ green 154 ◦ blue 221

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

Shades of Perfume #BF9ADD

Tints of Perfume #BF9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.21%

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 33.75%
G = 27.21%
B = 39.05%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF9ADD (or 0xBF9ADD) is known color: Perfume. HEX triplet: BF, 9A and DD. RGB value is (191,154,221). Sum of RGB (Red+Green+Blue) = 191+154+221=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ADD is #406522. Grayscale: #ACACAC. Windows color (decimal): -4220195 or 14523071. OLE color: 14523071.

HSL color Cylindrical-coordinate representation of color #BF9ADD: hue angle of 273.13º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF9ADD is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 154 221 -
CMYK 0.14 0.30 0 0.13
HSL 273.13º 0.5% 0.74% -
HSV(B) 273.13º 0.3% 0.87% -
XYZ 46.09 39.41 73.58 -
YUV 172.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 191 154 221 0.14 0.30 0 0.13 273.13 0.5 0.74
Hex BF 9A DD E 1E 0 D 111 32 4A
Octal 277 232 335 16 36 0 15 421 62 112
Binary 10111111 10011010 11011101 1110 11110 0 1101 100010001 110010 1001010

Color Harmonies of #BF9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9ADD

Black with #BF9ADD

Text Example


Text Example

White with #BF9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9ADD; }

 p { color: rgb(191,154,221); }

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

background-color css

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

 a { background-color: rgb(191,154,221); }

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

border-color css

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

 span { border-color: rgb(191,154,221); }

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