Html Css Color HEX #B99CDF Perfume

📋 copy color: '#B99CDF'

red 185 ◦ green 156 ◦ blue 223

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

Shades of Perfume #B99CDF

Tints of Perfume #B99CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.66%

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 32.8%
G = 27.66%
B = 39.54%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B99CDF (or 0xB99CDF) is known color: Perfume. HEX triplet: B9, 9C and DF. RGB value is (185,156,223). Sum of RGB (Red+Green+Blue) = 185+156+223=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #B99CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CDF is #466320. Grayscale: #ACACAC. Windows color (decimal): -4612897 or 14654649. OLE color: 14654649.

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

Color convert

RGB 185 156 223 -
CMYK 0.17 0.30 0 0.13
HSL 265.97º 0.51% 0.74% -
HSV(B) 265.97º 0.3% 0.87% -
XYZ 45.22 39.42 75.04 -
YUV 172.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 185 156 223 0.17 0.30 0 0.13 265.97 0.51 0.74
Hex B9 9C DF 11 1E 0 D 10A 33 4A
Octal 271 234 337 21 36 0 15 412 63 112
Binary 10111001 10011100 11011111 10001 11110 0 1101 100001010 110011 1001010

Color Harmonies of #B99CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CDF

Black with #B99CDF

Text Example


Text Example

White with #B99CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CDF; }

 p { color: rgb(185,156,223); }

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

background-color css

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

 a { background-color: rgb(185,156,223); }

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

border-color css

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

 span { border-color: rgb(185,156,223); }

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