Html Css Color HEX #BC98DB Perfume

📋 copy color: '#BC98DB'

red 188 ◦ green 152 ◦ blue 219

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

Shades of Perfume #BC98DB

Tints of Perfume #BC98DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.19%

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

R = 33.63%
G = 27.19%
B = 39.18%

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

#BC98DB (or 0xBC98DB) is known color: Perfume. HEX triplet: BC, 98 and DB. RGB value is (188,152,219). Sum of RGB (Red+Green+Blue) = 188+152+219=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98DB is #436724. Grayscale: #AAAAAA. Windows color (decimal): -4417317 or 14391484. OLE color: 14391484.

HSL color Cylindrical-coordinate representation of color #BC98DB: hue angle of 272.24º degrees, saturation: 0.48, 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 #BC98DB is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 152 219 -
CMYK 0.14 0.31 0 0.14
HSL 272.24º 0.48% 0.73% -
HSV(B) 272.24º 0.31% 0.86% -
XYZ 44.75 38.26 72.04 -
YUV 170.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 188 152 219 0.14 0.31 0 0.14 272.24 0.48 0.73
Hex BC 98 DB E 1F 0 E 110 30 49
Octal 274 230 333 16 37 0 16 420 60 111
Binary 10111100 10011000 11011011 1110 11111 0 1110 100010000 110000 1001001

Color Harmonies of #BC98DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98DB

Black with #BC98DB

Text Example


Text Example

White with #BC98DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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