Html Css Color HEX #BC9FCD Wisteria

📋 copy color: '#BC9FCD'

red 188 ◦ green 159 ◦ blue 205

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

Shades of Wisteria #BC9FCD

Tints of Wisteria #BC9FCD

RGB

 RED value IS 188 (73.83% from 255) = 34.06%

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

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

R = 34.06%
G = 28.8%
B = 37.14%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC9FCD (or 0xBC9FCD) is known color: Wisteria. HEX triplet: BC, 9F and CD. RGB value is (188,159,205). Sum of RGB (Red+Green+Blue) = 188+159+205=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC9FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FCD is #436032. Grayscale: #ACACAC. Windows color (decimal): -4415539 or 13475772. OLE color: 13475772.

HSL color Cylindrical-coordinate representation of color #BC9FCD: hue angle of 277.83º degrees, saturation: 0.32, 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 #BC9FCD is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 159 205 -
CMYK 0.08 0.22 0 0.20
HSL 277.83º 0.32% 0.71% -
HSV(B) 277.83º 0.22% 0.8% -
XYZ 44.16 39.9 63.13 -
YUV 172.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 188 159 205 0.08 0.22 0 0.20 277.83 0.32 0.71
Hex BC 9F CD 8 16 0 14 116 20 47
Octal 274 237 315 10 26 0 24 426 40 107
Binary 10111100 10011111 11001101 1000 10110 0 10100 100010110 100000 1000111

Color Harmonies of #BC9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FCD

Black with #BC9FCD

Text Example


Text Example

White with #BC9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FCD; }

 p { color: rgb(188,159,205); }

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

background-color css

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

 a { background-color: rgb(188,159,205); }

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

border-color css

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

 span { border-color: rgb(188,159,205); }

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