Html Css Color HEX #BC9DCC Wisteria

📋 copy color: '#BC9DCC'

red 188 ◦ green 157 ◦ blue 204

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

Shades of Wisteria #BC9DCC

Tints of Wisteria #BC9DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.6%

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

R = 34.24%
G = 28.6%
B = 37.16%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC9DCC (or 0xBC9DCC) is known color: Wisteria. HEX triplet: BC, 9D and CC. RGB value is (188,157,204). Sum of RGB (Red+Green+Blue) = 188+157+204=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC9DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DCC is #436233. Grayscale: #ABABAB. Windows color (decimal): -4416052 or 13409724. OLE color: 13409724.

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

Color convert

RGB 188 157 204 -
CMYK 0.08 0.23 0 0.2
HSL 279.57º 0.32% 0.71% -
HSV(B) 279.57º 0.23% 0.8% -
XYZ 43.7 39.16 62.38 -
YUV 171.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 188 157 204 0.08 0.23 0 0.2 279.57 0.32 0.71
Hex BC 9D CC 8 17 0 14 118 20 47
Octal 274 235 314 10 27 0 24 430 40 107
Binary 10111100 10011101 11001100 1000 10111 0 10100 100011000 100000 1000111

Color Harmonies of #BC9DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9DCC

Black with #BC9DCC

Text Example


Text Example

White with #BC9DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9DCC; }

 p { color: rgb(188,157,204); }

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

background-color css

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

 a { background-color: rgb(188,157,204); }

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

border-color css

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

 span { border-color: rgb(188,157,204); }

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