Html Css Color HEX #B99EDD Perfume

📋 copy color: '#B99EDD'

red 185 ◦ green 158 ◦ blue 221

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

Shades of Perfume #B99EDD

Tints of Perfume #B99EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.01%

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

R = 32.8%
G = 28.01%
B = 39.18%

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

#B99EDD (or 0xB99EDD) is known color: Perfume. HEX triplet: B9, 9E and DD. RGB value is (185,158,221). Sum of RGB (Red+Green+Blue) = 185+158+221=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #B99EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EDD is #466122. Grayscale: #ADADAD. Windows color (decimal): -4612387 or 14524089. OLE color: 14524089.

HSL color Cylindrical-coordinate representation of color #B99EDD: hue angle of 265.71º 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 #B99EDD is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 158 221 -
CMYK 0.16 0.29 0 0.13
HSL 265.71º 0.48% 0.74% -
HSV(B) 265.71º 0.29% 0.87% -
XYZ 45.29 39.99 73.74 -
YUV 173.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 185 158 221 0.16 0.29 0 0.13 265.71 0.48 0.74
Hex B9 9E DD 10 1D 0 D 10A 30 4A
Octal 271 236 335 20 35 0 15 412 60 112
Binary 10111001 10011110 11011101 10000 11101 0 1101 100001010 110000 1001010

Color Harmonies of #B99EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EDD

Black with #B99EDD

Text Example


Text Example

White with #B99EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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