Html Css Color HEX #BC9BEA Perfume

📋 copy color: '#BC9BEA'

red 188 ◦ green 155 ◦ blue 234

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

Shades of Perfume #BC9BEA

Tints of Perfume #BC9BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 32.58%
G = 26.86%
B = 40.55%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC9BEA (or 0xBC9BEA) is known color: Perfume. HEX triplet: BC, 9B and EA. RGB value is (188,155,234). Sum of RGB (Red+Green+Blue) = 188+155+234=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BEA is #436415. Grayscale: #ADADAD. Windows color (decimal): -4416534 or 15375292. OLE color: 15375292.

HSL color Cylindrical-coordinate representation of color #BC9BEA: hue angle of 265.06º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC9BEA is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 155 234 -
CMYK 0.20 0.34 0 0.08
HSL 265.06º 0.65% 0.76% -
HSV(B) 265.06º 0.34% 0.92% -
XYZ 47.31 40.07 83.08 -
YUV 173.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 188 155 234 0.20 0.34 0 0.08 265.06 0.65 0.76
Hex BC 9B EA 14 22 0 8 109 41 4C
Octal 274 233 352 24 42 0 10 411 101 114
Binary 10111100 10011011 11101010 10100 100010 0 1000 100001001 1000001 1001100

Color Harmonies of #BC9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BEA

Black with #BC9BEA

Text Example


Text Example

White with #BC9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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