#B99CCB

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

Shades of Wisteria #B99CCB

Tints of Wisteria #B99CCB

Color information

#B99CCB (or 0xB99CCB) is unknown color: approx 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

RGB185156203-
CMYK0.090.2300.20
HSL277.02º31.13%70.39%-
HSV(B)277.02º23.15%79.61%-
XYZ42.6838.461.66-
YUV170.03146.61138.68-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851562030.090.2300.20277.0231.1370.39
HexB99CCB9170141151f46
Octal271234313112702442537106
Binary101110011001110011001011100110111010100100010101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>