Html Css Color HEX #B99DEC Perfume

📋 copy color: '#B99DEC'

red 185 ◦ green 157 ◦ blue 236

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

Shades of Perfume #B99DEC

Tints of Perfume #B99DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.16%

 BLUE value IS 236 (92.58% from 255) = 40.83%

R = 32.01%
G = 27.16%
B = 40.83%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B99DEC (or 0xB99DEC) is known color: Perfume. HEX triplet: B9, 9D and EC. RGB value is (185,157,236). Sum of RGB (Red+Green+Blue) = 185+157+236=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #B99DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DEC is #466213. Grayscale: #AEAEAE. Windows color (decimal): -4612628 or 15506873. OLE color: 15506873.

HSL color Cylindrical-coordinate representation of color #B99DEC: hue angle of 261.27º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B99DEC is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 157 236 -
CMYK 0.22 0.33 0 0.07
HSL 261.27º 0.68% 0.77% -
HSV(B) 261.27º 0.33% 0.93% -
XYZ 47.2 40.48 84.68 -
YUV 174.38 162.78 135.58 -
System Red Green Blue C M Y K H S L
Decimal 185 157 236 0.22 0.33 0 0.07 261.27 0.68 0.77
Hex B9 9D EC 16 21 0 7 105 44 4D
Octal 271 235 354 26 41 0 7 405 104 115
Binary 10111001 10011101 11101100 10110 100001 0 111 100000101 1000100 1001101

Color Harmonies of #B99DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DEC

Black with #B99DEC

Text Example


Text Example

White with #B99DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DEC; }

 p { color: rgb(185,157,236); }

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

background-color css

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

 a { background-color: rgb(185,157,236); }

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

border-color css

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

 span { border-color: rgb(185,157,236); }

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