Html Css Color HEX #BC9AF3 Perfume

📋 copy color: '#BC9AF3'

red 188 ◦ green 154 ◦ blue 243

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

Shades of Perfume #BC9AF3

Tints of Perfume #BC9AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.54%

R = 32.14%
G = 26.32%
B = 41.54%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC9AF3 (or 0xBC9AF3) is known color: Perfume. HEX triplet: BC, 9A and F3. RGB value is (188,154,243). Sum of RGB (Red+Green+Blue) = 188+154+243=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC9AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9AF3 is #43650C. Grayscale: #ADADAD. Windows color (decimal): -4416781 or 15964860. OLE color: 15964860.

HSL color Cylindrical-coordinate representation of color #BC9AF3: hue angle of 262.92º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC9AF3 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 154 243 -
CMYK 0.23 0.37 0 0.05
HSL 262.92º 0.79% 0.78% -
HSV(B) 262.92º 0.37% 0.95% -
XYZ 48.47 40.27 90.01 -
YUV 174.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 188 154 243 0.23 0.37 0 0.05 262.92 0.79 0.78
Hex BC 9A F3 17 25 0 5 107 4F 4E
Octal 274 232 363 27 45 0 5 407 117 116
Binary 10111100 10011010 11110011 10111 100101 0 101 100000111 1001111 1001110

Color Harmonies of #BC9AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9AF3

Black with #BC9AF3

Text Example


Text Example

White with #BC9AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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