Html Css Color HEX #BC9BE9 Perfume

📋 copy color: '#BC9BE9'

red 188 ◦ green 155 ◦ blue 233

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

Shades of Perfume #BC9BE9

Tints of Perfume #BC9BE9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.91%

 BLUE value IS 233 (91.41% from 255) = 40.45%

R = 32.64%
G = 26.91%
B = 40.45%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC9BE9 (or 0xBC9BE9) is known color: Perfume. HEX triplet: BC, 9B and E9. RGB value is (188,155,233). Sum of RGB (Red+Green+Blue) = 188+155+233=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC9BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BE9 is #436416. Grayscale: #ADADAD. Windows color (decimal): -4416535 or 15309756. OLE color: 15309756.

HSL color Cylindrical-coordinate representation of color #BC9BE9: hue angle of 265.38º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC9BE9 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 155 233 -
CMYK 0.19 0.33 0 0.09
HSL 265.38º 0.64% 0.76% -
HSV(B) 265.38º 0.33% 0.91% -
XYZ 47.17 40.02 82.33 -
YUV 173.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 188 155 233 0.19 0.33 0 0.09 265.38 0.64 0.76
Hex BC 9B E9 13 21 0 9 109 40 4C
Octal 274 233 351 23 41 0 11 411 100 114
Binary 10111100 10011011 11101001 10011 100001 0 1001 100001001 1000000 1001100

Color Harmonies of #BC9BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BE9

Black with #BC9BE9

Text Example


Text Example

White with #BC9BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BE9; }

 p { color: rgb(188,155,233); }

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

background-color css

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

 a { background-color: rgb(188,155,233); }

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

border-color css

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

 span { border-color: rgb(188,155,233); }

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