#B99BCB

Color #B99BCB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #B99BCB

Tints of Wisteria #B99BCB

Color information

#B99BCB (or 0xB99BCB) is unknown color: approx Wisteria. HEX triplet: B9, 9B and CB. RGB value is (185,155,203). Sum of RGB (Red+Green+Blue) = 185+155+203=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #B99BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BCB is #466434. Grayscale: #A9A9A9. Windows color (decimal): -4613173 or 13343673. OLE color: 13343673.

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

Color convert

RGB185155203-
CMYK0.090.2400.20
HSL277.5º31.58%70.2%-
HSV(B)277.5º23.65%79.61%-
XYZ42.5138.0761.61-
YUV169.44146.94139.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=34.07%
G=28.55%
B=37.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851552030.090.2400.20277.531.5870.2
HexB99BCB9180141162046
Octal271233313113002442640106
Binary1011100110011011110010111001110000101001000101101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BCB; }

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

 H1.HeaderClassName
 {
   color: #B99BCB;
 }
 .AnyTagClassName
 {
   color: #B99BCB;
 }
</style>
background-color css

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

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

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

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

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

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