Html Css Color HEX #B99CCE Perfume

📋 copy color: '#B99CCE'

red 185 ◦ green 156 ◦ blue 206

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

Shades of Perfume #B99CCE

Tints of Perfume #B99CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.52%

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

R = 33.82%
G = 28.52%
B = 37.66%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B99CCE (or 0xB99CCE) is known color: Perfume. HEX triplet: B9, 9C and CE. RGB value is (185,156,206). Sum of RGB (Red+Green+Blue) = 185+156+206=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #B99CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CCE is #466331. Grayscale: #AAAAAA. Windows color (decimal): -4612914 or 13540537. OLE color: 13540537.

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

Color convert

RGB 185 156 206 -
CMYK 0.10 0.24 0 0.19
HSL 274.8º 0.34% 0.71% -
HSV(B) 274.8º 0.24% 0.81% -
XYZ 43.04 38.55 63.56 -
YUV 170.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 185 156 206 0.10 0.24 0 0.19 274.8 0.34 0.71
Hex B9 9C CE A 18 0 13 113 22 47
Octal 271 234 316 12 30 0 23 423 42 107
Binary 10111001 10011100 11001110 1010 11000 0 10011 100010011 100010 1000111

Color Harmonies of #B99CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CCE

Black with #B99CCE

Text Example


Text Example

White with #B99CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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