Html Css Color HEX #B99FCB Perfume

📋 copy color: '#B99FCB'

red 185 ◦ green 159 ◦ blue 203

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

Shades of Perfume #B99FCB

Tints of Perfume #B99FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.11%

R = 33.82%
G = 29.07%
B = 37.11%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B99FCB (or 0xB99FCB) is known color: Perfume. HEX triplet: B9, 9F and CB. RGB value is (185,159,203). Sum of RGB (Red+Green+Blue) = 185+159+203=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #B99FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FCB is #466034. Grayscale: #ABABAB. Windows color (decimal): -4612149 or 13344697. OLE color: 13344697.

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

Color convert

RGB 185 159 203 -
CMYK 0.09 0.22 0 0.20
HSL 275.45º 0.3% 0.71% -
HSV(B) 275.45º 0.22% 0.8% -
XYZ 43.19 39.42 61.83 -
YUV 171.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 185 159 203 0.09 0.22 0 0.20 275.45 0.3 0.71
Hex B9 9F CB 9 16 0 14 113 1E 47
Octal 271 237 313 11 26 0 24 423 36 107
Binary 10111001 10011111 11001011 1001 10110 0 10100 100010011 11110 1000111

Color Harmonies of #B99FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FCB

Black with #B99FCB

Text Example


Text Example

White with #B99FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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