Html Css Color HEX #B99BED Perfume

📋 copy color: '#B99BED'

red 185 ◦ green 155 ◦ blue 237

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

Shades of Perfume #B99BED

Tints of Perfume #B99BED

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.86%

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 32.06%
G = 26.86%
B = 41.07%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B99BED (or 0xB99BED) is known color: Perfume. HEX triplet: B9, 9B and ED. RGB value is (185,155,237). Sum of RGB (Red+Green+Blue) = 185+155+237=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #B99BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99BED is #466412. Grayscale: #ADADAD. Windows color (decimal): -4613139 or 15571897. OLE color: 15571897.

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

Color convert

RGB 185 155 237 -
CMYK 0.22 0.35 0 0.07
HSL 261.95º 0.69% 0.77% -
HSV(B) 261.95º 0.35% 0.93% -
XYZ 47.01 39.87 85.34 -
YUV 173.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 185 155 237 0.22 0.35 0 0.07 261.95 0.69 0.77
Hex B9 9B ED 16 23 0 7 106 45 4D
Octal 271 233 355 26 43 0 7 406 105 115
Binary 10111001 10011011 11101101 10110 100011 0 111 100000110 1000101 1001101

Color Harmonies of #B99BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BED

Black with #B99BED

Text Example


Text Example

White with #B99BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BED; }

 p { color: rgb(185,155,237); }

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

background-color css

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

 a { background-color: rgb(185,155,237); }

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

border-color css

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

 span { border-color: rgb(185,155,237); }

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