Html Css Color HEX #B99BDE Perfume

📋 copy color: '#B99BDE'

red 185 ◦ green 155 ◦ blue 222

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

Shades of Perfume #B99BDE

Tints of Perfume #B99BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.5%

R = 32.92%
G = 27.58%
B = 39.5%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B99BDE (or 0xB99BDE) is known color: Perfume. HEX triplet: B9, 9B and DE. RGB value is (185,155,222). Sum of RGB (Red+Green+Blue) = 185+155+222=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #B99BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BDE is #466421. Grayscale: #ABABAB. Windows color (decimal): -4613154 or 14588857. OLE color: 14588857.

HSL color Cylindrical-coordinate representation of color #B99BDE: hue angle of 266.87º degrees, saturation: 0.5, 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 #B99BDE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 155 222 -
CMYK 0.17 0.30 0 0.13
HSL 266.87º 0.5% 0.74% -
HSV(B) 266.87º 0.3% 0.87% -
XYZ 44.91 39.03 74.27 -
YUV 171.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 185 155 222 0.17 0.30 0 0.13 266.87 0.5 0.74
Hex B9 9B DE 11 1E 0 D 10B 32 4A
Octal 271 233 336 21 36 0 15 413 62 112
Binary 10111001 10011011 11011110 10001 11110 0 1101 100001011 110010 1001010

Color Harmonies of #B99BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BDE

Black with #B99BDE

Text Example


Text Example

White with #B99BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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