Html Css Color HEX #B99EDA Perfume

📋 copy color: '#B99EDA'

red 185 ◦ green 158 ◦ blue 218

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

Shades of Perfume #B99EDA

Tints of Perfume #B99EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 32.98%
G = 28.16%
B = 38.86%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B99EDA (or 0xB99EDA) is known color: Perfume. HEX triplet: B9, 9E and DA. RGB value is (185,158,218). Sum of RGB (Red+Green+Blue) = 185+158+218=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #B99EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EDA is #466125. Grayscale: #ACACAC. Windows color (decimal): -4612390 or 14327481. OLE color: 14327481.

HSL color Cylindrical-coordinate representation of color #B99EDA: hue angle of 267º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99EDA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 158 218 -
CMYK 0.15 0.28 0 0.15
HSL 267º 0.45% 0.74% -
HSV(B) 267º 0.28% 0.85% -
XYZ 44.89 39.83 71.65 -
YUV 172.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 185 158 218 0.15 0.28 0 0.15 267 0.45 0.74
Hex B9 9E DA F 1C 0 F 10B 2D 4A
Octal 271 236 332 17 34 0 17 413 55 112
Binary 10111001 10011110 11011010 1111 11100 0 1111 100001011 101101 1001010

Color Harmonies of #B99EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EDA

Black with #B99EDA

Text Example


Text Example

White with #B99EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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