Html Css Color HEX #BF9EDF Perfume

📋 copy color: '#BF9EDF'

red 191 ◦ green 158 ◦ blue 223

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

Shades of Perfume #BF9EDF

Tints of Perfume #BF9EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 33.39%
G = 27.62%
B = 38.99%

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

#BF9EDF (or 0xBF9EDF) is known color: Perfume. HEX triplet: BF, 9E and DF. RGB value is (191,158,223). Sum of RGB (Red+Green+Blue) = 191+158+223=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9EDF is #406120. Grayscale: #AFAFAF. Windows color (decimal): -4219169 or 14655167. OLE color: 14655167.

HSL color Cylindrical-coordinate representation of color #BF9EDF: hue angle of 270.46º degrees, saturation: 0.5, 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 #BF9EDF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 158 223 -
CMYK 0.14 0.29 0 0.13
HSL 270.46º 0.5% 0.75% -
HSV(B) 270.46º 0.29% 0.87% -
XYZ 47.03 40.86 75.22 -
YUV 175.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 191 158 223 0.14 0.29 0 0.13 270.46 0.5 0.75
Hex BF 9E DF E 1D 0 D 10E 32 4B
Octal 277 236 337 16 35 0 15 416 62 113
Binary 10111111 10011110 11011111 1110 11101 0 1101 100001110 110010 1001011

Color Harmonies of #BF9EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9EDF

Black with #BF9EDF

Text Example


Text Example

White with #BF9EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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