#BB95CB

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

Shades of Wisteria #BB95CB

Tints of Wisteria #BB95CB

Color information

#BB95CB (or 0xBB95CB) is unknown color: approx Wisteria. HEX triplet: BB, 95 and CB. RGB value is (187,149,203). Sum of RGB (Red+Green+Blue) = 187+149+203=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB95CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95CB is #446A34. Grayscale: #A6A6A6. Windows color (decimal): -4483637 or 13342139. OLE color: 13342139.

HSL color Cylindrical-coordinate representation of color #BB95CB: hue angle of 282.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB95CB is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187149203-
CMYK0.080.2700.20
HSL282.22º34.18%69.02%-
HSV(B)282.22º26.6%79.61%-
XYZ42.0236.3761.31-
YUV166.52148.59142.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=34.69%
G=27.64%
B=37.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871492030.080.2700.20282.2234.1869.02
HexBB95CB81B01411a2245
Octal273225313103302443242105
Binary1011101110010101110010111000110110101001000110101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95CB; }

 p { color: rgb(187,149,203); }

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

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

 a { background-color: rgb(187,149,203); }

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

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

 span { border-color: rgb(187,149,203); }

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