Html Css Color HEX #B99DDD Perfume

📋 copy color: '#B99DDD'

red 185 ◦ green 157 ◦ blue 221

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

Shades of Perfume #B99DDD

Tints of Perfume #B99DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 32.86%
G = 27.89%
B = 39.25%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B99DDD (or 0xB99DDD) is known color: Perfume. HEX triplet: B9, 9D and DD. RGB value is (185,157,221). Sum of RGB (Red+Green+Blue) = 185+157+221=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #B99DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DDD is #466222. Grayscale: #ACACAC. Windows color (decimal): -4612643 or 14523833. OLE color: 14523833.

HSL color Cylindrical-coordinate representation of color #B99DDD: hue angle of 266.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B99DDD is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 157 221 -
CMYK 0.16 0.29 0 0.13
HSL 266.25º 0.48% 0.74% -
HSV(B) 266.25º 0.29% 0.87% -
XYZ 45.12 39.65 73.68 -
YUV 172.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 185 157 221 0.16 0.29 0 0.13 266.25 0.48 0.74
Hex B9 9D DD 10 1D 0 D 10A 30 4A
Octal 271 235 335 20 35 0 15 412 60 112
Binary 10111001 10011101 11011101 10000 11101 0 1101 100001010 110000 1001010

Color Harmonies of #B99DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DDD

Black with #B99DDD

Text Example


Text Example

White with #B99DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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