Html Css Color HEX #BC9FCE Wisteria

📋 copy color: '#BC9FCE'

red 188 ◦ green 159 ◦ blue 206

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

Shades of Wisteria #BC9FCE

Tints of Wisteria #BC9FCE

RGB

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

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

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

R = 34%
G = 28.75%
B = 37.25%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC9FCE (or 0xBC9FCE) is known color: Wisteria. HEX triplet: BC, 9F and CE. RGB value is (188,159,206). Sum of RGB (Red+Green+Blue) = 188+159+206=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FCE is #436031. Grayscale: #ACACAC. Windows color (decimal): -4415538 or 13541308. OLE color: 13541308.

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

Color convert

RGB 188 159 206 -
CMYK 0.09 0.23 0 0.19
HSL 277.02º 0.32% 0.72% -
HSV(B) 277.02º 0.23% 0.81% -
XYZ 44.28 39.94 63.77 -
YUV 173.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 188 159 206 0.09 0.23 0 0.19 277.02 0.32 0.72
Hex BC 9F CE 9 17 0 13 115 20 48
Octal 274 237 316 11 27 0 23 425 40 110
Binary 10111100 10011111 11001110 1001 10111 0 10011 100010101 100000 1001000

Color Harmonies of #BC9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FCE

Black with #BC9FCE

Text Example


Text Example

White with #BC9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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