Html Css Color HEX #B99DCA Wisteria

📋 copy color: '#B99DCA'

red 185 ◦ green 157 ◦ blue 202

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

Shades of Wisteria #B99DCA

Tints of Wisteria #B99DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.13%

R = 34.01%
G = 28.86%
B = 37.13%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B99DCA (or 0xB99DCA) is known color: Wisteria. HEX triplet: B9, 9D and CA. RGB value is (185,157,202). Sum of RGB (Red+Green+Blue) = 185+157+202=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #B99DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DCA is #466235. Grayscale: #AAAAAA. Windows color (decimal): -4612662 or 13278649. OLE color: 13278649.

HSL color Cylindrical-coordinate representation of color #B99DCA: hue angle of 277.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B99DCA is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 157 202 -
CMYK 0.08 0.22 0 0.21
HSL 277.33º 0.3% 0.7% -
HSV(B) 277.33º 0.22% 0.79% -
XYZ 42.73 38.69 61.09 -
YUV 170.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 185 157 202 0.08 0.22 0 0.21 277.33 0.3 0.7
Hex B9 9D CA 8 16 0 15 115 1E 46
Octal 271 235 312 10 26 0 25 425 36 106
Binary 10111001 10011101 11001010 1000 10110 0 10101 100010101 11110 1000110

Color Harmonies of #B99DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DCA

Black with #B99DCA

Text Example


Text Example

White with #B99DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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