Html Css Color HEX #BC9AFC Perfume

📋 copy color: '#BC9AFC'

red 188 ◦ green 154 ◦ blue 252

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

Shades of Perfume #BC9AFC

Tints of Perfume #BC9AFC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.93%

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

R = 31.65%
G = 25.93%
B = 42.42%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC9AFC (or 0xBC9AFC) is known color: Perfume. HEX triplet: BC, 9A and FC. RGB value is (188,154,252). Sum of RGB (Red+Green+Blue) = 188+154+252=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC9AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9AFC is #436503. Grayscale: #AEAEAE. Windows color (decimal): -4416772 or 16554684. OLE color: 16554684.

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

Color convert

RGB 188 154 252 -
CMYK 0.25 0.39 0 0.01
HSL 260.82º 0.94% 0.8% -
HSV(B) 260.82º 0.39% 0.99% -
XYZ 49.87 40.83 97.35 -
YUV 175.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 188 154 252 0.25 0.39 0 0.01 260.82 0.94 0.8
Hex BC 9A FC 19 27 0 1 105 5E 50
Octal 274 232 374 31 47 0 1 405 136 120
Binary 10111100 10011010 11111100 11001 100111 0 1 100000101 1011110 1010000

Color Harmonies of #BC9AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9AFC

Black with #BC9AFC

Text Example


Text Example

White with #BC9AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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