Html Css Color HEX #BF9EDC Perfume

📋 copy color: '#BF9EDC'

red 191 ◦ green 158 ◦ blue 220

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

Shades of Perfume #BF9EDC

Tints of Perfume #BF9EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 33.57%
G = 27.77%
B = 38.66%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF9EDC (or 0xBF9EDC) is known color: Perfume. HEX triplet: BF, 9E and DC. RGB value is (191,158,220). Sum of RGB (Red+Green+Blue) = 191+158+220=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9EDC is #406123. Grayscale: #AEAEAE. Windows color (decimal): -4219172 or 14458559. OLE color: 14458559.

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

Color convert

RGB 191 158 220 -
CMYK 0.13 0.28 0 0.14
HSL 271.94º 0.47% 0.74% -
HSV(B) 271.94º 0.28% 0.86% -
XYZ 46.63 40.7 73.11 -
YUV 174.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 191 158 220 0.13 0.28 0 0.14 271.94 0.47 0.74
Hex BF 9E DC D 1C 0 E 110 2F 4A
Octal 277 236 334 15 34 0 16 420 57 112
Binary 10111111 10011110 11011100 1101 11100 0 1110 100010000 101111 1001010

Color Harmonies of #BF9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9EDC

Black with #BF9EDC

Text Example


Text Example

White with #BF9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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