Html Css Color HEX #BC97E0 Perfume

📋 copy color: '#BC97E0'

red 188 ◦ green 151 ◦ blue 224

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

Shades of Perfume #BC97E0

Tints of Perfume #BC97E0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.82%

 BLUE value IS 224 (87.89% from 255) = 39.79%

R = 33.39%
G = 26.82%
B = 39.79%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC97E0 (or 0xBC97E0) is known color: Perfume. HEX triplet: BC, 97 and E0. RGB value is (188,151,224). Sum of RGB (Red+Green+Blue) = 188+151+224=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97E0 is #43681F. Grayscale: #AAAAAA. Windows color (decimal): -4417568 or 14718908. OLE color: 14718908.

HSL color Cylindrical-coordinate representation of color #BC97E0: hue angle of 270.41º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC97E0 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 151 224 -
CMYK 0.16 0.33 0 0.12
HSL 270.41º 0.54% 0.74% -
HSV(B) 270.41º 0.33% 0.88% -
XYZ 45.26 38.21 75.51 -
YUV 170.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 188 151 224 0.16 0.33 0 0.12 270.41 0.54 0.74
Hex BC 97 E0 10 21 0 C 10E 36 4A
Octal 274 227 340 20 41 0 14 416 66 112
Binary 10111100 10010111 11100000 10000 100001 0 1100 100001110 110110 1001010

Color Harmonies of #BC97E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC97E0

Black with #BC97E0

Text Example


Text Example

White with #BC97E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC97E0; }

 p { color: rgb(188,151,224); }

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

background-color css

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

 a { background-color: rgb(188,151,224); }

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

border-color css

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

 span { border-color: rgb(188,151,224); }

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