Html Css Color HEX #B99FD3 Perfume

📋 copy color: '#B99FD3'

red 185 ◦ green 159 ◦ blue 211

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

Shades of Perfume #B99FD3

Tints of Perfume #B99FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.02%

R = 33.33%
G = 28.65%
B = 38.02%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B99FD3 (or 0xB99FD3) is known color: Perfume. HEX triplet: B9, 9F and D3. RGB value is (185,159,211). Sum of RGB (Red+Green+Blue) = 185+159+211=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #B99FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FD3 is #46602C. Grayscale: #ACACAC. Windows color (decimal): -4612141 or 13868985. OLE color: 13868985.

HSL color Cylindrical-coordinate representation of color #B99FD3: hue angle of 270º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B99FD3 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 159 211 -
CMYK 0.12 0.25 0 0.17
HSL 270º 0.37% 0.73% -
HSV(B) 270º 0.25% 0.83% -
XYZ 44.16 39.81 66.99 -
YUV 172.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 185 159 211 0.12 0.25 0 0.17 270 0.37 0.73
Hex B9 9F D3 C 19 0 11 10E 25 49
Octal 271 237 323 14 31 0 21 416 45 111
Binary 10111001 10011111 11010011 1100 11001 0 10001 100001110 100101 1001001

Color Harmonies of #B99FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FD3

Black with #B99FD3

Text Example


Text Example

White with #B99FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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