Html Css Color HEX #BC9CFF Perfume

📋 copy color: '#BC9CFF'

red 188 ◦ green 156 ◦ blue 255

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

Shades of Perfume #BC9CFF

Tints of Perfume #BC9CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.04%

 BLUE value IS 255 (100% from 255) = 42.57%

R = 31.39%
G = 26.04%
B = 42.57%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC9CFF (or 0xBC9CFF) is known color: Perfume. HEX triplet: BC, 9C and FF. RGB value is (188,156,255). Sum of RGB (Red+Green+Blue) = 188+156+255=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9CFF is #436300. Grayscale: #B0B0B0. Windows color (decimal): -4416257 or 16751804. OLE color: 16751804.

HSL color Cylindrical-coordinate representation of color #BC9CFF: hue angle of 259.39º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC9CFF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 156 255 -
CMYK 0.26 0.39 0 0
HSL 259.39º 1% 0.81% -
HSV(B) 259.39º 0.39% 1% -
XYZ 50.68 41.69 99.98 -
YUV 176.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 188 156 255 0.26 0.39 0 0 259.39 1 0.81
Hex BC 9C FF 1A 27 0 0 103 64 51
Octal 274 234 377 32 47 0 0 403 144 121
Binary 10111100 10011100 11111111 11010 100111 0 0 100000011 1100100 1010001

Color Harmonies of #BC9CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9CFF

Black with #BC9CFF

Text Example


Text Example

White with #BC9CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9CFF; }

 p { color: rgb(188,156,255); }

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

background-color css

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

 a { background-color: rgb(188,156,255); }

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

border-color css

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

 span { border-color: rgb(188,156,255); }

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