Html Css Color HEX #BC8DF9 Perfume

📋 copy color: '#BC8DF9'

red 188 ◦ green 141 ◦ blue 249

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

Shades of Perfume #BC8DF9

Tints of Perfume #BC8DF9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.39%

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

R = 32.53%
G = 24.39%
B = 43.08%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC8DF9 (or 0xBC8DF9) is known color: Perfume. HEX triplet: BC, 8D and F9. RGB value is (188,141,249). Sum of RGB (Red+Green+Blue) = 188+141+249=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC8DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DF9 is #437206. Grayscale: #A6A6A6. Windows color (decimal): -4420103 or 16354748. OLE color: 16354748.

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

Color convert

RGB 188 141 249 -
CMYK 0.24 0.43 0 0.02
HSL 266.11º 0.9% 0.76% -
HSV(B) 266.11º 0.43% 0.98% -
XYZ 47.36 36.58 94.19 -
YUV 167.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 188 141 249 0.24 0.43 0 0.02 266.11 0.9 0.76
Hex BC 8D F9 18 2B 0 2 10A 5A 4C
Octal 274 215 371 30 53 0 2 412 132 114
Binary 10111100 10001101 11111001 11000 101011 0 10 100001010 1011010 1001100

Color Harmonies of #BC8DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DF9

Black with #BC8DF9

Text Example


Text Example

White with #BC8DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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