Html Css Color HEX #B99BDD Perfume

📋 copy color: '#B99BDD'

red 185 ◦ green 155 ◦ blue 221

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

Shades of Perfume #B99BDD

Tints of Perfume #B99BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.63%

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

R = 32.98%
G = 27.63%
B = 39.39%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B99BDD (or 0xB99BDD) is known color: Perfume. HEX triplet: B9, 9B and DD. RGB value is (185,155,221). Sum of RGB (Red+Green+Blue) = 185+155+221=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #B99BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BDD is #466422. Grayscale: #ABABAB. Windows color (decimal): -4613155 or 14523321. OLE color: 14523321.

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

Color convert

RGB 185 155 221 -
CMYK 0.16 0.30 0 0.13
HSL 267.27º 0.49% 0.74% -
HSV(B) 267.27º 0.3% 0.87% -
XYZ 44.78 38.98 73.57 -
YUV 171.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 185 155 221 0.16 0.30 0 0.13 267.27 0.49 0.74
Hex B9 9B DD 10 1E 0 D 10B 31 4A
Octal 271 233 335 20 36 0 15 413 61 112
Binary 10111001 10011011 11011101 10000 11110 0 1101 100001011 110001 1001010

Color Harmonies of #B99BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BDD

Black with #B99BDD

Text Example


Text Example

White with #B99BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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