Html Css Color HEX #B99BDF Perfume

📋 copy color: '#B99BDF'

red 185 ◦ green 155 ◦ blue 223

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

Shades of Perfume #B99BDF

Tints of Perfume #B99BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 32.86%
G = 27.53%
B = 39.61%

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

#B99BDF (or 0xB99BDF) is known color: Perfume. HEX triplet: B9, 9B and DF. RGB value is (185,155,223). Sum of RGB (Red+Green+Blue) = 185+155+223=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #B99BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BDF is #466420. Grayscale: #ABABAB. Windows color (decimal): -4613153 or 14654393. OLE color: 14654393.

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

Color convert

RGB 185 155 223 -
CMYK 0.17 0.30 0 0.13
HSL 266.47º 0.52% 0.74% -
HSV(B) 266.47º 0.3% 0.87% -
XYZ 45.05 39.08 74.98 -
YUV 171.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 185 155 223 0.17 0.30 0 0.13 266.47 0.52 0.74
Hex B9 9B DF 11 1E 0 D 10A 34 4A
Octal 271 233 337 21 36 0 15 412 64 112
Binary 10111001 10011011 11011111 10001 11110 0 1101 100001010 110100 1001010

Color Harmonies of #B99BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BDF

Black with #B99BDF

Text Example


Text Example

White with #B99BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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