Html Css Color HEX #B99ED0 Perfume

📋 copy color: '#B99ED0'

red 185 ◦ green 158 ◦ blue 208

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

Shades of Perfume #B99ED0

Tints of Perfume #B99ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.75%

R = 33.58%
G = 28.68%
B = 37.75%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B99ED0 (or 0xB99ED0) is known color: Perfume. HEX triplet: B9, 9E and D0. RGB value is (185,158,208). Sum of RGB (Red+Green+Blue) = 185+158+208=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #B99ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ED0 is #46612F. Grayscale: #ABABAB. Windows color (decimal): -4612400 or 13672121. OLE color: 13672121.

HSL color Cylindrical-coordinate representation of color #B99ED0: hue angle of 272.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B99ED0 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 158 208 -
CMYK 0.11 0.24 0 0.18
HSL 272.4º 0.35% 0.72% -
HSV(B) 272.4º 0.24% 0.82% -
XYZ 43.62 39.32 64.97 -
YUV 171.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 185 158 208 0.11 0.24 0 0.18 272.4 0.35 0.72
Hex B9 9E D0 B 18 0 12 110 23 48
Octal 271 236 320 13 30 0 22 420 43 110
Binary 10111001 10011110 11010000 1011 11000 0 10010 100010000 100011 1001000

Color Harmonies of #B99ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99ED0

Black with #B99ED0

Text Example


Text Example

White with #B99ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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