Html Css Color HEX #BB9ACE Wisteria

📋 copy color: '#BB9ACE'

red 187 ◦ green 154 ◦ blue 206

#BB9ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #BB9ACE

Tints of Wisteria #BB9ACE

RGB

 RED value IS 187 (73.44% from 255) = 34.19%

 GREEN value IS 154 (60.55% from 255) = 28.15%

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 34.19%
G = 28.15%
B = 37.66%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB9ACE (or 0xBB9ACE) is known color: Wisteria. HEX triplet: BB, 9A and CE. RGB value is (187,154,206). Sum of RGB (Red+Green+Blue) = 187+154+206=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ACE is #446531. Grayscale: #A9A9A9. Windows color (decimal): -4482354 or 13540027. OLE color: 13540027.

HSL color Cylindrical-coordinate representation of color #BB9ACE: hue angle of 278.08º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB9ACE is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 154 206 -
CMYK 0.09 0.25 0 0.19
HSL 278.08º 0.35% 0.71% -
HSV(B) 278.08º 0.25% 0.81% -
XYZ 43.19 38.13 63.48 -
YUV 169.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 187 154 206 0.09 0.25 0 0.19 278.08 0.35 0.71
Hex BB 9A CE 9 19 0 13 116 23 47
Octal 273 232 316 11 31 0 23 426 43 107
Binary 10111011 10011010 11001110 1001 11001 0 10011 100010110 100011 1000111

Color Harmonies of #BB9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9ACE

Black with #BB9ACE

Text Example


Text Example

White with #BB9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9ACE; }

 p { color: rgb(187,154,206); }

 H1.HeaderClassName
 {
   color: #BB9ACE;
 }
 .AnyTagClassName
 {
   color: #BB9ACE;
 }
</style>

background-color css

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

 a { background-color: rgb(187,154,206); }

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

border-color css

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

 span { border-color: rgb(187,154,206); }

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