Html Css Color HEX #B99ED6 Perfume

📋 copy color: '#B99ED6'

red 185 ◦ green 158 ◦ blue 214

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

Shades of Perfume #B99ED6

Tints of Perfume #B99ED6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.37%

 BLUE value IS 214 (83.98% from 255) = 38.42%

R = 33.21%
G = 28.37%
B = 38.42%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B99ED6 (or 0xB99ED6) is known color: Perfume. HEX triplet: B9, 9E and D6. RGB value is (185,158,214). Sum of RGB (Red+Green+Blue) = 185+158+214=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #B99ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ED6 is #466129. Grayscale: #ACACAC. Windows color (decimal): -4612394 or 14065337. OLE color: 14065337.

HSL color Cylindrical-coordinate representation of color #B99ED6: hue angle of 268.93º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B99ED6 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 158 214 -
CMYK 0.14 0.26 0 0.16
HSL 268.93º 0.41% 0.73% -
HSV(B) 268.93º 0.26% 0.84% -
XYZ 44.37 39.62 68.93 -
YUV 172.46 151.45 136.95 -
System Red Green Blue C M Y K H S L
Decimal 185 158 214 0.14 0.26 0 0.16 268.93 0.41 0.73
Hex B9 9E D6 E 1A 0 10 10D 29 49
Octal 271 236 326 16 32 0 20 415 51 111
Binary 10111001 10011110 11010110 1110 11010 0 10000 100001101 101001 1001001

Color Harmonies of #B99ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99ED6

Black with #B99ED6

Text Example


Text Example

White with #B99ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99ED6; }

 p { color: rgb(185,158,214); }

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

background-color css

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

 a { background-color: rgb(185,158,214); }

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

border-color css

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

 span { border-color: rgb(185,158,214); }

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