Html Css Color HEX #BF9DDC Perfume

📋 copy color: '#BF9DDC'

red 191 ◦ green 157 ◦ blue 220

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

Shades of Perfume #BF9DDC

Tints of Perfume #BF9DDC

RGB

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

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

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

R = 33.63%
G = 27.64%
B = 38.73%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF9DDC (or 0xBF9DDC) is known color: Perfume. HEX triplet: BF, 9D and DC. RGB value is (191,157,220). Sum of RGB (Red+Green+Blue) = 191+157+220=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DDC is #406223. Grayscale: #AEAEAE. Windows color (decimal): -4219428 or 14458303. OLE color: 14458303.

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

Color convert

RGB 191 157 220 -
CMYK 0.13 0.29 0 0.14
HSL 272.38º 0.47% 0.74% -
HSV(B) 272.38º 0.29% 0.86% -
XYZ 46.46 40.36 73.05 -
YUV 174.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 191 157 220 0.13 0.29 0 0.14 272.38 0.47 0.74
Hex BF 9D DC D 1D 0 E 110 2F 4A
Octal 277 235 334 15 35 0 16 420 57 112
Binary 10111111 10011101 11011100 1101 11101 0 1110 100010000 101111 1001010

Color Harmonies of #BF9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9DDC

Black with #BF9DDC

Text Example


Text Example

White with #BF9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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