Html Css Color HEX #BC9ACC Wisteria

📋 copy color: '#BC9ACC'

red 188 ◦ green 154 ◦ blue 204

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

Shades of Wisteria #BC9ACC

Tints of Wisteria #BC9ACC

RGB

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

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

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

R = 34.43%
G = 28.21%
B = 37.36%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC9ACC (or 0xBC9ACC) is known color: Wisteria. HEX triplet: BC, 9A and CC. RGB value is (188,154,204). Sum of RGB (Red+Green+Blue) = 188+154+204=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ACC is #436533. Grayscale: #A9A9A9. Windows color (decimal): -4416820 or 13408956. OLE color: 13408956.

HSL color Cylindrical-coordinate representation of color #BC9ACC: hue angle of 280.8º degrees, saturation: 0.33, 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 #BC9ACC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 154 204 -
CMYK 0.08 0.25 0 0.2
HSL 280.8º 0.33% 0.7% -
HSV(B) 280.8º 0.25% 0.8% -
XYZ 43.19 38.16 62.22 -
YUV 169.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 188 154 204 0.08 0.25 0 0.2 280.8 0.33 0.7
Hex BC 9A CC 8 19 0 14 119 21 46
Octal 274 232 314 10 31 0 24 431 41 106
Binary 10111100 10011010 11001100 1000 11001 0 10100 100011001 100001 1000110

Color Harmonies of #BC9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9ACC

Black with #BC9ACC

Text Example


Text Example

White with #BC9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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