Html Css Color HEX #B99ED4 Perfume

📋 copy color: '#B99ED4'

red 185 ◦ green 158 ◦ blue 212

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

Shades of Perfume #B99ED4

Tints of Perfume #B99ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.2%

R = 33.33%
G = 28.47%
B = 38.2%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B99ED4 (or 0xB99ED4) is known color: Perfume. HEX triplet: B9, 9E and D4. RGB value is (185,158,212). Sum of RGB (Red+Green+Blue) = 185+158+212=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 212 - color contains mainly: blue. Hex color #B99ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ED4 is #46612B. Grayscale: #ACACAC. Windows color (decimal): -4612396 or 13934265. OLE color: 13934265.

HSL color Cylindrical-coordinate representation of color #B99ED4: hue angle of 270º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B99ED4 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 158 212 -
CMYK 0.13 0.25 0 0.17
HSL 270º 0.39% 0.73% -
HSV(B) 270º 0.25% 0.83% -
XYZ 44.12 39.52 67.59 -
YUV 172.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 185 158 212 0.13 0.25 0 0.17 270 0.39 0.73
Hex B9 9E D4 D 19 0 11 10E 27 49
Octal 271 236 324 15 31 0 21 416 47 111
Binary 10111001 10011110 11010100 1101 11001 0 10001 100001110 100111 1001001

Color Harmonies of #B99ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99ED4

Black with #B99ED4

Text Example


Text Example

White with #B99ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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