Html Css Color HEX #BC9FCC Wisteria

📋 copy color: '#BC9FCC'

red 188 ◦ green 159 ◦ blue 204

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

Shades of Wisteria #BC9FCC

Tints of Wisteria #BC9FCC

RGB

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

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

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

R = 34.12%
G = 28.86%
B = 37.02%

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

#BC9FCC (or 0xBC9FCC) is known color: Wisteria. HEX triplet: BC, 9F and CC. RGB value is (188,159,204). Sum of RGB (Red+Green+Blue) = 188+159+204=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FCC is #436033. Grayscale: #ACACAC. Windows color (decimal): -4415540 or 13410236. OLE color: 13410236.

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

Color convert

RGB 188 159 204 -
CMYK 0.08 0.22 0 0.2
HSL 278.67º 0.31% 0.71% -
HSV(B) 278.67º 0.22% 0.8% -
XYZ 44.04 39.85 62.5 -
YUV 172.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 188 159 204 0.08 0.22 0 0.2 278.67 0.31 0.71
Hex BC 9F CC 8 16 0 14 117 1F 47
Octal 274 237 314 10 26 0 24 427 37 107
Binary 10111100 10011111 11001100 1000 10110 0 10100 100010111 11111 1000111

Color Harmonies of #BC9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FCC

Black with #BC9FCC

Text Example


Text Example

White with #BC9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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