Html Css Color HEX #BC9BCE Wisteria

📋 copy color: '#BC9BCE'

red 188 ◦ green 155 ◦ blue 206

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

Shades of Wisteria #BC9BCE

Tints of Wisteria #BC9BCE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.23%

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

R = 34.24%
G = 28.23%
B = 37.52%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC9BCE (or 0xBC9BCE) is known color: Wisteria. HEX triplet: BC, 9B and CE. RGB value is (188,155,206). Sum of RGB (Red+Green+Blue) = 188+155+206=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC9BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BCE is #436431. Grayscale: #AAAAAA. Windows color (decimal): -4416562 or 13540284. OLE color: 13540284.

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

Color convert

RGB 188 155 206 -
CMYK 0.09 0.25 0 0.19
HSL 278.82º 0.34% 0.71% -
HSV(B) 278.82º 0.25% 0.81% -
XYZ 43.6 38.59 63.54 -
YUV 170.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 188 155 206 0.09 0.25 0 0.19 278.82 0.34 0.71
Hex BC 9B CE 9 19 0 13 117 22 47
Octal 274 233 316 11 31 0 23 427 42 107
Binary 10111100 10011011 11001110 1001 11001 0 10011 100010111 100010 1000111

Color Harmonies of #BC9BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BCE

Black with #BC9BCE

Text Example


Text Example

White with #BC9BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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