Html Css Color HEX #B99DD1 Perfume

📋 copy color: '#B99DD1'

red 185 ◦ green 157 ◦ blue 209

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

Shades of Perfume #B99DD1

Tints of Perfume #B99DD1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.49%

 BLUE value IS 209 (82.03% from 255) = 37.93%

R = 33.58%
G = 28.49%
B = 37.93%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B99DD1 (or 0xB99DD1) is known color: Perfume. HEX triplet: B9, 9D and D1. RGB value is (185,157,209). Sum of RGB (Red+Green+Blue) = 185+157+209=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #B99DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DD1 is #46622E. Grayscale: #ABABAB. Windows color (decimal): -4612655 or 13737401. OLE color: 13737401.

HSL color Cylindrical-coordinate representation of color #B99DD1: hue angle of 272.31º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B99DD1 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 157 209 -
CMYK 0.11 0.25 0 0.18
HSL 272.31º 0.36% 0.72% -
HSV(B) 272.31º 0.25% 0.82% -
XYZ 43.57 39.03 65.56 -
YUV 171.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 185 157 209 0.11 0.25 0 0.18 272.31 0.36 0.72
Hex B9 9D D1 B 19 0 12 110 24 48
Octal 271 235 321 13 31 0 22 420 44 110
Binary 10111001 10011101 11010001 1011 11001 0 10010 100010000 100100 1001000

Color Harmonies of #B99DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DD1

Black with #B99DD1

Text Example


Text Example

White with #B99DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DD1; }

 p { color: rgb(185,157,209); }

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

background-color css

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

 a { background-color: rgb(185,157,209); }

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

border-color css

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

 span { border-color: rgb(185,157,209); }

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