Html Css Color HEX #BF9EDE Perfume

📋 copy color: '#BF9EDE'

red 191 ◦ green 158 ◦ blue 222

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

Shades of Perfume #BF9EDE

Tints of Perfume #BF9EDE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.67%

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

R = 33.45%
G = 27.67%
B = 38.88%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF9EDE (or 0xBF9EDE) is known color: Perfume. HEX triplet: BF, 9E and DE. RGB value is (191,158,222). Sum of RGB (Red+Green+Blue) = 191+158+222=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF9EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9EDE is #406121. Grayscale: #AEAEAE. Windows color (decimal): -4219170 or 14589631. OLE color: 14589631.

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

Color convert

RGB 191 158 222 -
CMYK 0.14 0.29 0 0.13
HSL 270.94º 0.49% 0.75% -
HSV(B) 270.94º 0.29% 0.87% -
XYZ 46.9 40.8 74.51 -
YUV 175.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 191 158 222 0.14 0.29 0 0.13 270.94 0.49 0.75
Hex BF 9E DE E 1D 0 D 10F 31 4B
Octal 277 236 336 16 35 0 15 417 61 113
Binary 10111111 10011110 11011110 1110 11101 0 1101 100001111 110001 1001011

Color Harmonies of #BF9EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9EDE

Black with #BF9EDE

Text Example


Text Example

White with #BF9EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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