Html Css Color HEX #BC97DB Perfume

📋 copy color: '#BC97DB'

red 188 ◦ green 151 ◦ blue 219

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

Shades of Perfume #BC97DB

Tints of Perfume #BC97DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 33.69%
G = 27.06%
B = 39.25%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC97DB (or 0xBC97DB) is known color: Perfume. HEX triplet: BC, 97 and DB. RGB value is (188,151,219). Sum of RGB (Red+Green+Blue) = 188+151+219=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97DB is #436824. Grayscale: #A9A9A9. Windows color (decimal): -4417573 or 14391228. OLE color: 14391228.

HSL color Cylindrical-coordinate representation of color #BC97DB: hue angle of 272.65º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC97DB is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 151 219 -
CMYK 0.14 0.31 0 0.14
HSL 272.65º 0.49% 0.73% -
HSV(B) 272.65º 0.31% 0.86% -
XYZ 44.59 37.94 71.99 -
YUV 169.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 188 151 219 0.14 0.31 0 0.14 272.65 0.49 0.73
Hex BC 97 DB E 1F 0 E 111 31 49
Octal 274 227 333 16 37 0 16 421 61 111
Binary 10111100 10010111 11011011 1110 11111 0 1110 100010001 110001 1001001

Color Harmonies of #BC97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC97DB

Black with #BC97DB

Text Example


Text Example

White with #BC97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC97DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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