Html Css Color HEX #B99FCE Perfume

📋 copy color: '#B99FCE'

red 185 ◦ green 159 ◦ blue 206

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

Shades of Perfume #B99FCE

Tints of Perfume #B99FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 33.64%
G = 28.91%
B = 37.45%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B99FCE (or 0xB99FCE) is known color: Perfume. HEX triplet: B9, 9F and CE. RGB value is (185,159,206). Sum of RGB (Red+Green+Blue) = 185+159+206=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #B99FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FCE is #466031. Grayscale: #ABABAB. Windows color (decimal): -4612146 or 13541305. OLE color: 13541305.

HSL color Cylindrical-coordinate representation of color #B99FCE: hue angle of 273.19º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B99FCE is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 159 206 -
CMYK 0.10 0.23 0 0.19
HSL 273.19º 0.32% 0.72% -
HSV(B) 273.19º 0.23% 0.81% -
XYZ 43.55 39.57 63.73 -
YUV 172.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 185 159 206 0.10 0.23 0 0.19 273.19 0.32 0.72
Hex B9 9F CE A 17 0 13 111 20 48
Octal 271 237 316 12 27 0 23 421 40 110
Binary 10111001 10011111 11001110 1010 10111 0 10011 100010001 100000 1001000

Color Harmonies of #B99FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FCE

Black with #B99FCE

Text Example


Text Example

White with #B99FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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