Html Css Color HEX #B99FCC Perfume

📋 copy color: '#B99FCC'

red 185 ◦ green 159 ◦ blue 204

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

Shades of Perfume #B99FCC

Tints of Perfume #B99FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 33.76%
G = 29.01%
B = 37.23%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B99FCC (or 0xB99FCC) is known color: Perfume. HEX triplet: B9, 9F and CC. RGB value is (185,159,204). Sum of RGB (Red+Green+Blue) = 185+159+204=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #B99FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FCC is #466033. Grayscale: #ABABAB. Windows color (decimal): -4612148 or 13410233. OLE color: 13410233.

HSL color Cylindrical-coordinate representation of color #B99FCC: hue angle of 274.67º degrees, saturation: 0.31, 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 #B99FCC is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 159 204 -
CMYK 0.09 0.22 0 0.2
HSL 274.67º 0.31% 0.71% -
HSV(B) 274.67º 0.22% 0.8% -
XYZ 43.3 39.47 62.46 -
YUV 171.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 185 159 204 0.09 0.22 0 0.2 274.67 0.31 0.71
Hex B9 9F CC 9 16 0 14 113 1F 47
Octal 271 237 314 11 26 0 24 423 37 107
Binary 10111001 10011111 11001100 1001 10110 0 10100 100010011 11111 1000111

Color Harmonies of #B99FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FCC

Black with #B99FCC

Text Example


Text Example

White with #B99FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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