Html Css Color HEX #B99FCD Perfume

📋 copy color: '#B99FCD'

red 185 ◦ green 159 ◦ blue 205

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

Shades of Perfume #B99FCD

Tints of Perfume #B99FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.34%

R = 33.7%
G = 28.96%
B = 37.34%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B99FCD (or 0xB99FCD) is known color: Perfume. HEX triplet: B9, 9F and CD. RGB value is (185,159,205). Sum of RGB (Red+Green+Blue) = 185+159+205=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #B99FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FCD is #466032. Grayscale: #ABABAB. Windows color (decimal): -4612147 or 13475769. OLE color: 13475769.

HSL color Cylindrical-coordinate representation of color #B99FCD: hue angle of 273.91º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B99FCD is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 159 205 -
CMYK 0.10 0.22 0 0.20
HSL 273.91º 0.32% 0.71% -
HSV(B) 273.91º 0.22% 0.8% -
XYZ 43.43 39.52 63.1 -
YUV 172.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 185 159 205 0.10 0.22 0 0.20 273.91 0.32 0.71
Hex B9 9F CD A 16 0 14 112 20 47
Octal 271 237 315 12 26 0 24 422 40 107
Binary 10111001 10011111 11001101 1010 10110 0 10100 100010010 100000 1000111

Color Harmonies of #B99FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FCD

Black with #B99FCD

Text Example


Text Example

White with #B99FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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