Html Css Color HEX #BC99DB Perfume

📋 copy color: '#BC99DB'

red 188 ◦ green 153 ◦ blue 219

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

Shades of Perfume #BC99DB

Tints of Perfume #BC99DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.32%

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

R = 33.57%
G = 27.32%
B = 39.11%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC99DB (or 0xBC99DB) is known color: Perfume. HEX triplet: BC, 99 and DB. RGB value is (188,153,219). Sum of RGB (Red+Green+Blue) = 188+153+219=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99DB is #436624. Grayscale: #AAAAAA. Windows color (decimal): -4417061 or 14391740. OLE color: 14391740.

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

Color convert

RGB 188 153 219 -
CMYK 0.14 0.30 0 0.14
HSL 271.82º 0.48% 0.73% -
HSV(B) 271.82º 0.3% 0.86% -
XYZ 44.92 38.59 72.1 -
YUV 170.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 188 153 219 0.14 0.30 0 0.14 271.82 0.48 0.73
Hex BC 99 DB E 1E 0 E 110 30 49
Octal 274 231 333 16 36 0 16 420 60 111
Binary 10111100 10011001 11011011 1110 11110 0 1110 100010000 110000 1001001

Color Harmonies of #BC99DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99DB

Black with #BC99DB

Text Example


Text Example

White with #BC99DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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