#BB98CD

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

Shades of Wisteria #BB98CD

Tints of Wisteria #BB98CD

Color information

#BB98CD (or 0xBB98CD) is unknown color: approx Wisteria. HEX triplet: BB, 98 and CD. RGB value is (187,152,205). Sum of RGB (Red+Green+Blue) = 187+152+205=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB98CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98CD is #446732. Grayscale: #A8A8A8. Windows color (decimal): -4482867 or 13473979. OLE color: 13473979.

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

Color convert

RGB187152205-
CMYK0.090.2600.20
HSL279.62º34.64%70%-
HSV(B)279.62º25.85%80.39%-
XYZ42.7437.4362.73-
YUV168.51148.6141.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=34.38%
G=27.94%
B=37.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871522050.090.2600.20279.6234.6470
HexBB98CD91A0141182346
Octal273230315113202443043106
Binary1011101110011000110011011001110100101001000110001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98CD; }

 p { color: rgb(187,152,205); }

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

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

 a { background-color: rgb(187,152,205); }

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

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

 span { border-color: rgb(187,152,205); }

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