Html Css Color HEX #BC9FDD Perfume

📋 copy color: '#BC9FDD'

red 188 ◦ green 159 ◦ blue 221

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

Shades of Perfume #BC9FDD

Tints of Perfume #BC9FDD

RGB

 RED value IS 188 (73.83% from 255) = 33.1%

 GREEN value IS 159 (62.5% from 255) = 27.99%

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 33.1%
G = 27.99%
B = 38.91%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC9FDD (or 0xBC9FDD) is known color: Perfume. HEX triplet: BC, 9F and DD. RGB value is (188,159,221). Sum of RGB (Red+Green+Blue) = 188+159+221=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FDD is #436022. Grayscale: #AEAEAE. Windows color (decimal): -4415523 or 14524348. OLE color: 14524348.

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

Color convert

RGB 188 159 221 -
CMYK 0.15 0.28 0 0.13
HSL 268.06º 0.48% 0.75% -
HSV(B) 268.06º 0.28% 0.87% -
XYZ 46.19 40.71 73.83 -
YUV 174.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 188 159 221 0.15 0.28 0 0.13 268.06 0.48 0.75
Hex BC 9F DD F 1C 0 D 10C 30 4B
Octal 274 237 335 17 34 0 15 414 60 113
Binary 10111100 10011111 11011101 1111 11100 0 1101 100001100 110000 1001011

Color Harmonies of #BC9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FDD

Black with #BC9FDD

Text Example


Text Example

White with #BC9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FDD; }

 p { color: rgb(188,159,221); }

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

background-color css

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

 a { background-color: rgb(188,159,221); }

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

border-color css

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

 span { border-color: rgb(188,159,221); }

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