Html Css Color HEX #BC8CF9 Perfume

📋 copy color: '#BC8CF9'

red 188 ◦ green 140 ◦ blue 249

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

Shades of Perfume #BC8CF9

Tints of Perfume #BC8CF9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.26%

 BLUE value IS 249 (97.66% from 255) = 43.15%

R = 32.58%
G = 24.26%
B = 43.15%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC8CF9 (or 0xBC8CF9) is known color: Perfume. HEX triplet: BC, 8C and F9. RGB value is (188,140,249). Sum of RGB (Red+Green+Blue) = 188+140+249=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC8CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CF9 is #437306. Grayscale: #A6A6A6. Windows color (decimal): -4420359 or 16354492. OLE color: 16354492.

HSL color Cylindrical-coordinate representation of color #BC8CF9: hue angle of 266.42º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC8CF9 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 140 249 -
CMYK 0.24 0.44 0 0.02
HSL 266.42º 0.9% 0.76% -
HSV(B) 266.42º 0.44% 0.98% -
XYZ 47.22 36.29 94.14 -
YUV 166.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 188 140 249 0.24 0.44 0 0.02 266.42 0.9 0.76
Hex BC 8C F9 18 2C 0 2 10A 5A 4C
Octal 274 214 371 30 54 0 2 412 132 114
Binary 10111100 10001100 11111001 11000 101100 0 10 100001010 1011010 1001100

Color Harmonies of #BC8CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CF9

Black with #BC8CF9

Text Example


Text Example

White with #BC8CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CF9; }

 p { color: rgb(188,140,249); }

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

background-color css

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

 a { background-color: rgb(188,140,249); }

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

border-color css

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

 span { border-color: rgb(188,140,249); }

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