Html Css Color HEX #B99CCA Wisteria

📋 copy color: '#B99CCA'

red 185 ◦ green 156 ◦ blue 202

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

Shades of Wisteria #B99CCA

Tints of Wisteria #B99CCA

RGB

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

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

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

R = 34.07%
G = 28.73%
B = 37.2%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B99CCA (or 0xB99CCA) is known color: Wisteria. HEX triplet: B9, 9C and CA. RGB value is (185,156,202). Sum of RGB (Red+Green+Blue) = 185+156+202=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #B99CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CCA is #466335. Grayscale: #A9A9A9. Windows color (decimal): -4612918 or 13278393. OLE color: 13278393.

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

Color convert

RGB 185 156 202 -
CMYK 0.08 0.23 0 0.21
HSL 277.83º 0.3% 0.7% -
HSV(B) 277.83º 0.23% 0.79% -
XYZ 42.56 38.36 61.04 -
YUV 169.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 185 156 202 0.08 0.23 0 0.21 277.83 0.3 0.7
Hex B9 9C CA 8 17 0 15 116 1E 46
Octal 271 234 312 10 27 0 25 426 36 106
Binary 10111001 10011100 11001010 1000 10111 0 10101 100010110 11110 1000110

Color Harmonies of #B99CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CCA

Black with #B99CCA

Text Example


Text Example

White with #B99CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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