Html Css Color HEX #B99DD3 Perfume

📋 copy color: '#B99DD3'

red 185 ◦ green 157 ◦ blue 211

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

Shades of Perfume #B99DD3

Tints of Perfume #B99DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.16%

R = 33.45%
G = 28.39%
B = 38.16%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B99DD3 (or 0xB99DD3) is known color: Perfume. HEX triplet: B9, 9D and D3. RGB value is (185,157,211). Sum of RGB (Red+Green+Blue) = 185+157+211=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 211 - color contains mainly: blue. Hex color #B99DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DD3 is #46622C. Grayscale: #ABABAB. Windows color (decimal): -4612653 or 13868473. OLE color: 13868473.

HSL color Cylindrical-coordinate representation of color #B99DD3: hue angle of 271.11º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B99DD3 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 157 211 -
CMYK 0.12 0.26 0 0.17
HSL 271.11º 0.38% 0.72% -
HSV(B) 271.11º 0.26% 0.83% -
XYZ 43.82 39.13 66.87 -
YUV 171.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 185 157 211 0.12 0.26 0 0.17 271.11 0.38 0.72
Hex B9 9D D3 C 1A 0 11 10F 26 48
Octal 271 235 323 14 32 0 21 417 46 110
Binary 10111001 10011101 11010011 1100 11010 0 10001 100001111 100110 1001000

Color Harmonies of #B99DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DD3

Black with #B99DD3

Text Example


Text Example

White with #B99DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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