Html Css Color HEX #BC9FFC Perfume

📋 copy color: '#BC9FFC'

red 188 ◦ green 159 ◦ blue 252

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

Shades of Perfume #BC9FFC

Tints of Perfume #BC9FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.07%

R = 31.39%
G = 26.54%
B = 42.07%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC9FFC (or 0xBC9FFC) is known color: Perfume. HEX triplet: BC, 9F and FC. RGB value is (188,159,252). Sum of RGB (Red+Green+Blue) = 188+159+252=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FFC is #436003. Grayscale: #B1B1B1. Windows color (decimal): -4415492 or 16555964. OLE color: 16555964.

HSL color Cylindrical-coordinate representation of color #BC9FFC: hue angle of 258.71º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC9FFC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 159 252 -
CMYK 0.25 0.37 0 0.01
HSL 258.71º 0.94% 0.81% -
HSV(B) 258.71º 0.37% 0.99% -
XYZ 50.71 42.52 97.63 -
YUV 178.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 188 159 252 0.25 0.37 0 0.01 258.71 0.94 0.81
Hex BC 9F FC 19 25 0 1 103 5E 51
Octal 274 237 374 31 45 0 1 403 136 121
Binary 10111100 10011111 11111100 11001 100101 0 1 100000011 1011110 1010001

Color Harmonies of #BC9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FFC

Black with #BC9FFC

Text Example


Text Example

White with #BC9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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