Html Css Color HEX #B99DDE Perfume

📋 copy color: '#B99DDE'

red 185 ◦ green 157 ◦ blue 222

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

Shades of Perfume #B99DDE

Tints of Perfume #B99DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 32.8%
G = 27.84%
B = 39.36%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B99DDE (or 0xB99DDE) is known color: Perfume. HEX triplet: B9, 9D and DE. RGB value is (185,157,222). Sum of RGB (Red+Green+Blue) = 185+157+222=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #B99DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DDE is #466221. Grayscale: #ACACAC. Windows color (decimal): -4612642 or 14589369. OLE color: 14589369.

HSL color Cylindrical-coordinate representation of color #B99DDE: hue angle of 265.85º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B99DDE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 157 222 -
CMYK 0.17 0.29 0 0.13
HSL 265.85º 0.5% 0.74% -
HSV(B) 265.85º 0.29% 0.87% -
XYZ 45.25 39.7 74.39 -
YUV 172.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 185 157 222 0.17 0.29 0 0.13 265.85 0.5 0.74
Hex B9 9D DE 11 1D 0 D 10A 32 4A
Octal 271 235 336 21 35 0 15 412 62 112
Binary 10111001 10011101 11011110 10001 11101 0 1101 100001010 110010 1001010

Color Harmonies of #B99DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DDE

Black with #B99DDE

Text Example


Text Example

White with #B99DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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