Html Css Color HEX #B99CCB Wisteria

📋 copy color: '#B99CCB'

red 185 ◦ green 156 ◦ blue 203

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

Shades of Wisteria #B99CCB

Tints of Wisteria #B99CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.32%

R = 34.01%
G = 28.68%
B = 37.32%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B99CCB (or 0xB99CCB) is known color: Wisteria. HEX triplet: B9, 9C and CB. RGB value is (185,156,203). Sum of RGB (Red+Green+Blue) = 185+156+203=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #B99CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CCB is #466334. Grayscale: #A9A9A9. Windows color (decimal): -4612917 or 13343929. OLE color: 13343929.

HSL color Cylindrical-coordinate representation of color #B99CCB: hue angle of 277.02º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B99CCB is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 156 203 -
CMYK 0.09 0.23 0 0.20
HSL 277.02º 0.31% 0.7% -
HSV(B) 277.02º 0.23% 0.8% -
XYZ 42.68 38.4 61.66 -
YUV 170.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 185 156 203 0.09 0.23 0 0.20 277.02 0.31 0.7
Hex B9 9C CB 9 17 0 14 115 1F 46
Octal 271 234 313 11 27 0 24 425 37 106
Binary 10111001 10011100 11001011 1001 10111 0 10100 100010101 11111 1000110

Color Harmonies of #B99CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CCB

Black with #B99CCB

Text Example


Text Example

White with #B99CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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