#BD98CC

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

Shades of Wisteria #BD98CC

Tints of Wisteria #BD98CC

Color information

#BD98CC (or 0xBD98CC) is unknown color: approx Wisteria. HEX triplet: BD, 98 and CC. RGB value is (189,152,204). Sum of RGB (Red+Green+Blue) = 189+152+204=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD98CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98CC is #426733. Grayscale: #A8A8A8. Windows color (decimal): -4351796 or 13408445. OLE color: 13408445.

HSL color Cylindrical-coordinate representation of color #BD98CC: hue angle of 282.69º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD98CC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189152204-
CMYK0.070.2500.2
HSL282.69º33.77%69.8%-
HSV(B)282.69º25.49%80%-
XYZ43.1137.6362.12-
YUV168.99147.76142.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=34.68%
G=27.89%
B=37.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891522040.070.2500.2282.6933.7769.8
HexBD98CC71901411b2246
Octal27523031473102443342106
Binary101111011001100011001100111110010101001000110111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98CC; }

 p { color: rgb(189,152,204); }

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

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

 a { background-color: rgb(189,152,204); }

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

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

 span { border-color: rgb(189,152,204); }

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