Html Css Color HEX #BB9ACD Wisteria

📋 copy color: '#BB9ACD'

red 187 ◦ green 154 ◦ blue 205

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

Shades of Wisteria #BB9ACD

Tints of Wisteria #BB9ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 34.25%
G = 28.21%
B = 37.55%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB9ACD (or 0xBB9ACD) is known color: Wisteria. HEX triplet: BB, 9A and CD. RGB value is (187,154,205). Sum of RGB (Red+Green+Blue) = 187+154+205=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ACD is #446532. Grayscale: #A9A9A9. Windows color (decimal): -4482355 or 13474491. OLE color: 13474491.

HSL color Cylindrical-coordinate representation of color #BB9ACD: hue angle of 278.82º 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 #BB9ACD is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 154 205 -
CMYK 0.09 0.25 0 0.20
HSL 278.82º 0.34% 0.7% -
HSV(B) 278.82º 0.25% 0.8% -
XYZ 43.07 38.08 62.84 -
YUV 169.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 187 154 205 0.09 0.25 0 0.20 278.82 0.34 0.7
Hex BB 9A CD 9 19 0 14 117 22 46
Octal 273 232 315 11 31 0 24 427 42 106
Binary 10111011 10011010 11001101 1001 11001 0 10100 100010111 100010 1000110

Color Harmonies of #BB9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9ACD

Black with #BB9ACD

Text Example


Text Example

White with #BB9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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