Html Css Color HEX #BF9DE4 Perfume

📋 copy color: '#BF9DE4'

red 191 ◦ green 157 ◦ blue 228

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

Shades of Perfume #BF9DE4

Tints of Perfume #BF9DE4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.26%

 BLUE value IS 228 (89.45% from 255) = 39.58%

R = 33.16%
G = 27.26%
B = 39.58%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF9DE4 (or 0xBF9DE4) is known color: Perfume. HEX triplet: BF, 9D and E4. RGB value is (191,157,228). Sum of RGB (Red+Green+Blue) = 191+157+228=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF9DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DE4 is #40621B. Grayscale: #AFAFAF. Windows color (decimal): -4219420 or 14982591. OLE color: 14982591.

HSL color Cylindrical-coordinate representation of color #BF9DE4: hue angle of 268.73º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF9DE4 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 157 228 -
CMYK 0.16 0.31 0 0.11
HSL 268.73º 0.57% 0.75% -
HSV(B) 268.73º 0.31% 0.89% -
XYZ 47.55 40.79 78.77 -
YUV 175.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 191 157 228 0.16 0.31 0 0.11 268.73 0.57 0.75
Hex BF 9D E4 10 1F 0 B 10D 39 4B
Octal 277 235 344 20 37 0 13 415 71 113
Binary 10111111 10011101 11100100 10000 11111 0 1011 100001101 111001 1001011

Color Harmonies of #BF9DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9DE4

Black with #BF9DE4

Text Example


Text Example

White with #BF9DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9DE4; }

 p { color: rgb(191,157,228); }

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

background-color css

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

 a { background-color: rgb(191,157,228); }

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

border-color css

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

 span { border-color: rgb(191,157,228); }

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