Html Css Color HEX #BC9FEF Perfume

📋 copy color: '#BC9FEF'

red 188 ◦ green 159 ◦ blue 239

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

Shades of Perfume #BC9FEF

Tints of Perfume #BC9FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.78%

R = 32.08%
G = 27.13%
B = 40.78%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC9FEF (or 0xBC9FEF) is known color: Perfume. HEX triplet: BC, 9F and EF. RGB value is (188,159,239). Sum of RGB (Red+Green+Blue) = 188+159+239=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC9FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FEF is #436010. Grayscale: #B0B0B0. Windows color (decimal): -4415505 or 15703996. OLE color: 15703996.

HSL color Cylindrical-coordinate representation of color #BC9FEF: hue angle of 261.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC9FEF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 159 239 -
CMYK 0.21 0.33 0 0.06
HSL 261.75º 0.71% 0.78% -
HSV(B) 261.75º 0.33% 0.94% -
XYZ 48.72 41.72 87.15 -
YUV 176.79 163.11 136 -
System Red Green Blue C M Y K H S L
Decimal 188 159 239 0.21 0.33 0 0.06 261.75 0.71 0.78
Hex BC 9F EF 15 21 0 6 106 47 4E
Octal 274 237 357 25 41 0 6 406 107 116
Binary 10111100 10011111 11101111 10101 100001 0 110 100000110 1000111 1001110

Color Harmonies of #BC9FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FEF

Black with #BC9FEF

Text Example


Text Example

White with #BC9FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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