Html Css Color HEX #BB9FCC Wisteria

📋 copy color: '#BB9FCC'

red 187 ◦ green 159 ◦ blue 204

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

Shades of Wisteria #BB9FCC

Tints of Wisteria #BB9FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.91%

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 34%
G = 28.91%
B = 37.09%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB9FCC (or 0xBB9FCC) is known color: Wisteria. HEX triplet: BB, 9F and CC. RGB value is (187,159,204). Sum of RGB (Red+Green+Blue) = 187+159+204=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FCC is #446033. Grayscale: #ACACAC. Windows color (decimal): -4481076 or 13410235. OLE color: 13410235.

HSL color Cylindrical-coordinate representation of color #BB9FCC: hue angle of 277.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB9FCC is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 159 204 -
CMYK 0.08 0.22 0 0.2
HSL 277.33º 0.31% 0.71% -
HSV(B) 277.33º 0.22% 0.8% -
XYZ 43.79 39.72 62.49 -
YUV 172.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 187 159 204 0.08 0.22 0 0.2 277.33 0.31 0.71
Hex BB 9F CC 8 16 0 14 115 1F 47
Octal 273 237 314 10 26 0 24 425 37 107
Binary 10111011 10011111 11001100 1000 10110 0 10100 100010101 11111 1000111

Color Harmonies of #BB9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FCC

Black with #BB9FCC

Text Example


Text Example

White with #BB9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FCC; }

 p { color: rgb(187,159,204); }

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

background-color css

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

 a { background-color: rgb(187,159,204); }

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

border-color css

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

 span { border-color: rgb(187,159,204); }

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