Html Css Color HEX #BC99DC Perfume

📋 copy color: '#BC99DC'

red 188 ◦ green 153 ◦ blue 220

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

Shades of Perfume #BC99DC

Tints of Perfume #BC99DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 33.51%
G = 27.27%
B = 39.22%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC99DC (or 0xBC99DC) is known color: Perfume. HEX triplet: BC, 99 and DC. RGB value is (188,153,220). Sum of RGB (Red+Green+Blue) = 188+153+220=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99DC is #436623. Grayscale: #AAAAAA. Windows color (decimal): -4417060 or 14457276. OLE color: 14457276.

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

Color convert

RGB 188 153 220 -
CMYK 0.15 0.30 0 0.14
HSL 271.34º 0.49% 0.73% -
HSV(B) 271.34º 0.3% 0.86% -
XYZ 45.05 38.64 72.79 -
YUV 171.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 188 153 220 0.15 0.30 0 0.14 271.34 0.49 0.73
Hex BC 99 DC F 1E 0 E 10F 31 49
Octal 274 231 334 17 36 0 16 417 61 111
Binary 10111100 10011001 11011100 1111 11110 0 1110 100001111 110001 1001001

Color Harmonies of #BC99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99DC

Black with #BC99DC

Text Example


Text Example

White with #BC99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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