Html Css Color HEX #BC9DFC Perfume

📋 copy color: '#BC9DFC'

red 188 ◦ green 157 ◦ blue 252

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

Shades of Perfume #BC9DFC

Tints of Perfume #BC9DFC

RGB

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

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

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

R = 31.49%
G = 26.3%
B = 42.21%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC9DFC (or 0xBC9DFC) is known color: Perfume. HEX triplet: BC, 9D and FC. RGB value is (188,157,252). Sum of RGB (Red+Green+Blue) = 188+157+252=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC9DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9DFC is #436203. Grayscale: #B0B0B0. Windows color (decimal): -4416004 or 16555452. OLE color: 16555452.

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

Color convert

RGB 188 157 252 -
CMYK 0.25 0.38 0 0.01
HSL 259.58º 0.94% 0.8% -
HSV(B) 259.58º 0.38% 0.99% -
XYZ 50.37 41.83 97.52 -
YUV 177.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 188 157 252 0.25 0.38 0 0.01 259.58 0.94 0.8
Hex BC 9D FC 19 26 0 1 104 5E 50
Octal 274 235 374 31 46 0 1 404 136 120
Binary 10111100 10011101 11111100 11001 100110 0 1 100000100 1011110 1010000

Color Harmonies of #BC9DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9DFC

Black with #BC9DFC

Text Example


Text Example

White with #BC9DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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