Html Css Color HEX #B99FDC Perfume

📋 copy color: '#B99FDC'

red 185 ◦ green 159 ◦ blue 220

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

Shades of Perfume #B99FDC

Tints of Perfume #B99FDC

RGB

 RED value IS 185 (72.66% from 255) = 32.8%

 GREEN value IS 159 (62.5% from 255) = 28.19%

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

R = 32.8%
G = 28.19%
B = 39.01%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B99FDC (or 0xB99FDC) is known color: Perfume. HEX triplet: B9, 9F and DC. RGB value is (185,159,220). Sum of RGB (Red+Green+Blue) = 185+159+220=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #B99FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FDC is #466023. Grayscale: #ADADAD. Windows color (decimal): -4612132 or 14458809. OLE color: 14458809.

HSL color Cylindrical-coordinate representation of color #B99FDC: hue angle of 265.57º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99FDC is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 159 220 -
CMYK 0.16 0.28 0 0.14
HSL 265.57º 0.47% 0.74% -
HSV(B) 265.57º 0.28% 0.86% -
XYZ 45.32 40.28 73.1 -
YUV 173.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 185 159 220 0.16 0.28 0 0.14 265.57 0.47 0.74
Hex B9 9F DC 10 1C 0 E 10A 2F 4A
Octal 271 237 334 20 34 0 16 412 57 112
Binary 10111001 10011111 11011100 10000 11100 0 1110 100001010 101111 1001010

Color Harmonies of #B99FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FDC

Black with #B99FDC

Text Example


Text Example

White with #B99FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FDC; }

 p { color: rgb(185,159,220); }

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

background-color css

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

 a { background-color: rgb(185,159,220); }

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

border-color css

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

 span { border-color: rgb(185,159,220); }

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