Html Css Color HEX #BF9ADE Perfume

📋 copy color: '#BF9ADE'

red 191 ◦ green 154 ◦ blue 222

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

Shades of Perfume #BF9ADE

Tints of Perfume #BF9ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 33.69%
G = 27.16%
B = 39.15%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF9ADE (or 0xBF9ADE) is known color: Perfume. HEX triplet: BF, 9A and DE. RGB value is (191,154,222). Sum of RGB (Red+Green+Blue) = 191+154+222=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ADE is #406521. Grayscale: #ACACAC. Windows color (decimal): -4220194 or 14588607. OLE color: 14588607.

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

Color convert

RGB 191 154 222 -
CMYK 0.14 0.31 0 0.13
HSL 272.65º 0.51% 0.74% -
HSV(B) 272.65º 0.31% 0.87% -
XYZ 46.23 39.46 74.29 -
YUV 172.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 191 154 222 0.14 0.31 0 0.13 272.65 0.51 0.74
Hex BF 9A DE E 1F 0 D 111 33 4A
Octal 277 232 336 16 37 0 15 421 63 112
Binary 10111111 10011010 11011110 1110 11111 0 1101 100010001 110011 1001010

Color Harmonies of #BF9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9ADE

Black with #BF9ADE

Text Example


Text Example

White with #BF9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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