Html Css Color HEX #B99EDC Perfume

📋 copy color: '#B99EDC'

red 185 ◦ green 158 ◦ blue 220

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

Shades of Perfume #B99EDC

Tints of Perfume #B99EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 32.86%
G = 28.06%
B = 39.08%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B99EDC (or 0xB99EDC) is known color: Perfume. HEX triplet: B9, 9E and DC. RGB value is (185,158,220). Sum of RGB (Red+Green+Blue) = 185+158+220=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #B99EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EDC is #466123. Grayscale: #ACACAC. Windows color (decimal): -4612388 or 14458553. OLE color: 14458553.

HSL color Cylindrical-coordinate representation of color #B99EDC: hue angle of 266.13º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99EDC is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 158 220 -
CMYK 0.16 0.28 0 0.14
HSL 266.13º 0.47% 0.74% -
HSV(B) 266.13º 0.28% 0.86% -
XYZ 45.15 39.94 73.04 -
YUV 173.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 185 158 220 0.16 0.28 0 0.14 266.13 0.47 0.74
Hex B9 9E DC 10 1C 0 E 10A 2F 4A
Octal 271 236 334 20 34 0 16 412 57 112
Binary 10111001 10011110 11011100 10000 11100 0 1110 100001010 101111 1001010

Color Harmonies of #B99EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EDC

Black with #B99EDC

Text Example


Text Example

White with #B99EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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